Accusoft.FSInvoices Namespace > Vendor Class : Id Property |
'Declaration <DataMemberAttribute()> Public Property Id As String
[DataMemberAttribute()] public string Id {get; set;}
[DataMemberAttribute()] public: __property string* get_Id(); public: __property void set_Id( string* value );
[DataMemberAttribute()] public: property String^ Id { String^ get(); void set ( String^ value); }