ClientRuntimeContext.FormsAuthenticationLoginInfo プロパティ
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.