Accusoft.FSInvoices1.Net - Updated
Id Property (IVendor)




Accusoft.FSInvoices Namespace > IVendor Interface : Id Property
Gets and sets the unique identifier for the vendor.
Syntax
'Declaration
 
Property Id As String
'Usage
 
Dim instance As IVendor
Dim value As String
 
instance.Id = value
 
value = instance.Id
string Id {get; set;}
__property string* get_Id();
__property void set_Id( 
   string* value
);
property String^ Id {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

IVendor Interface
IVendor Members