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