ClientRuntimeContext.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 ClientRuntimeContext
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
屬性值
類型:System.Object
儲存自訂用戶端內容相關資料的物件。