Gets or sets the login information for the forms authentication mode of the client context.
命名空间: Microsoft.SharePoint.Client
程序集: Microsoft.SharePoint.Client.Runtime(位于 Microsoft.SharePoint.Client.Runtime.dll 中)
语法
声明
Public Property FormsAuthenticationLoginInfo As FormsAuthenticationLoginInfo
Get
Set
用法
Dim instance As ClientRuntimeContext
Dim value As FormsAuthenticationLoginInfo
value = instance.FormsAuthenticationLoginInfo
instance.FormsAuthenticationLoginInfo = value
public FormsAuthenticationLoginInfo FormsAuthenticationLoginInfo { get; set; }
属性值
类型:Microsoft.SharePoint.Client.FormsAuthenticationLoginInfo
The login information for the forms authentication mode of the client context.