Gets or sets the data element tag.
            
            
            
            
            
            
            
            public long Tag {get; set;}
             
        
            
            'Declaration
 
Public Property Tag As Long
             
        
            
            'Usage
 
Dim instance As TagMacro
Dim value As Long
 
instance.Tag = value
 
value = instance.Tag
             
        
            
        
            
        
            
            public:
property int64 Tag {
   int64 get();
   void set (    int64 value);
}
             
        
             
        
            
            
            Property Value
A value indicating the data element tag.