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