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




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

Reference

Address Class
Address Members