ClientObject.Tag プロパティ
したがって、または、クライアント オブジェクトに関連付けられているデータを設定します。
名前空間: 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 ClientObject
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
プロパティ値
型: System.Object
クライアントのオブジェクトに関連付けられているデータ。