Accusoft.FSInvoices1.Net - Updated
Tag Property (IAddress)




Accusoft.FSInvoices Namespace > IAddress Interface : Tag Property
Gets and sets a user-definable object.
Syntax
'Declaration
 
Property Tag As String
'Usage
 
Dim instance As IAddress
Dim value As String
 
instance.Tag = value
 
value = instance.Tag
string Tag {get; set;}
__property string* get_Tag();
__property void set_Tag( 
   string* value
);
property String^ Tag {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

IAddress Interface
IAddress Members