AttributeReferenceTag Property
 | 
Gets or sets the tag string of this
AttributeReference object.
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public string Tag { get; set; }
 
Public Property Tag As String
        Get
        Set
 
public:
property String^ Tag {
        String^ get ();
        void set (String^ value);
}
 
member Tag : string with get, set
 
 
 
Property Value
Type: 
String 
See Also