Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the object that stores custom data about the client context.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)
Syntax
'Declaration
Public Property Tag As Object
Get
Set
'Usage
Dim instance As ClientRuntimeContext
Dim value As Object
value = instance.Tag
instance.Tag = value
public Object Tag { get; set; }
Property Value
Type: System.Object
The object that stores the custom data about the client context.