InformationPanelMessage.Tag Property
Gets the object that contains data of the specified control.
Namespace: Microsoft.SqlServer.Management.Controls
Assembly: Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Tag As Object
Get
'Usage
Dim instance As InformationPanelMessage
Dim value As Object
value = instance.Tag
public Object Tag { get; }
public:
property Object^ Tag {
Object^ get ();
}
member Tag : Object
function get Tag () : Object
Property Value
Type: System.Object
An object that contains data about the control.