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
用戶端物件相關聯的資料。