Share via


TreeViewNodeInfo.Tag Property

Gets or sets the object that contains data about the tree view node.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Public Property Tag As Object
    Get
    Set
'Usage
Dim instance As TreeViewNodeInfo
Dim value As Object

value = instance.Tag

instance.Tag = value
public Object Tag { get; set; }
public:
property Object^ Tag {
    Object^ get ();
    void set (Object^ value);
}
member Tag : Object with get, set
function get Tag () : Object
function set Tag (value : Object)

Property Value

Type: System.Object
An object that contains data about the control. The default is null reference.