ClientRuntimeContext.Tag プロパティ
Gets or sets the object that stores custom data about the client context.
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight.Runtime (Microsoft.SharePoint.Client.Silverlight.Runtime.dll 内); Microsoft.SharePoint.Client.Phone.Runtime (Microsoft.SharePoint.Client.Phone.Runtime.dll 内) Microsoft.SharePoint.Client.Runtime (Microsoft.SharePoint.Client.Runtime.dll 内)
構文
'宣言
Public Property Tag As Object
Get
Set
'使用
Dim instance As ClientRuntimeContext
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
プロパティ値
型: System.Object
The object that stores the custom data about the client context.