ClientRuntimeContext.ClientTag 屬性
取得或設定會傳送到 HTTP 標頭中的伺服器的用戶端標記。
命名空間: 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 ClientTag As String
Get
Set
'用途
Dim instance As ClientRuntimeContext
Dim value As String
value = instance.ClientTag
instance.ClientTag = value
public string ClientTag { get; set; }
屬性值
類型:System.String
用戶端標記的字串表示。