The user defined property associated with this element.
[Visual Basic 6.0] Property Tag As Variant
[Visual Basic .NET] Public Property Tag As Object
[C#] public object Tag {get; set;}
[Java] public Object getTag() throws IOException, AutomationException
[Java] public void setTag( Variant Tag ) throws IOException, AutomationException
[C++]
HRESULT get_Tag(
VARIANT* pTag
);
[C++] HRESULT put_Tag( VARIANT pTag);
Parameters
pTag [out, retval]
pTag is a parameter of type VARIANT
pTag [in]
pTag is a parameter of type VARIANT