Gets or sets the macro associated with this tag.
            
            
            
            
            
            
            
            public string Macro {get; set;}
             
        
            
            'Declaration
 
Public Property Macro As String
             
        
            
            'Usage
 
Dim instance As TagMacro
Dim value As String
 
instance.Macro = value
 
value = instance.Macro
             
        
            
        
            
        
            
            public:
property String^ Macro {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
            Property Value
The macro to be process to get the value for this tag.