IQuoteVersionERPPaymentTermsKey Property |
ERPPaymentTermsKey: Key in the ERP system that identifies payment terms; OR a string that is the actual payment terms
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPPaymentTermsKey { get; set; }
Property ERPPaymentTermsKey As String
Get
Set
Dim instance As IQuoteVersion
Dim value As String
value = instance.ERPPaymentTermsKey
instance.ERPPaymentTermsKey = value
property String^ ERPPaymentTermsKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also