Class ClientContextSettings
Inheritance
System.Object
ClientContextSettings
Namespace: PnP.Framework.Utilities.Context
Assembly: PnP.Framework.dll
Syntax
public class ClientContextSettings : object
Properties
AuthenticationManager
Declaration
public AuthenticationManager AuthenticationManager { get; set; }
Property Value
AuthenticationManager
|
SiteUrl
Declaration
public string SiteUrl { get; set; }
Property Value
System.String
|