ClientObject.Tag Property

Gets or sets data that is associated with the client object.

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 ClientObject
Dim value As Object

value = instance.Tag

instance.Tag = value
public Object Tag { get; set; }

Property Value

Type: System.Object
The data that is associated with the client object.

See Also

Reference

ClientObject Class

ClientObject Members

Microsoft.SharePoint.Client Namespace