ClientRuntimeContext.Credentials プロパティ
Gets or sets the authentication information for the client context.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内); Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)
構文
'宣言
Public Property Credentials As ICredentials
Get
Set
'使用
Dim instance As ClientRuntimeContext
Dim value As ICredentials
value = instance.Credentials
instance.Credentials = value
public ICredentials Credentials { get; set; }
プロパティ値
型: System.Net.ICredentials
The authentication information of the client context.