ClientRuntimeContext.ClientTag 属性
Gets or sets the client tag that is sent to server in the HTTP header.
命名空间: 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
The string representation of the client tag.