IQuoteLineERPProductKey Property |
ERPProductKey: Key that identifies the Product in the ERP system; can be blank for lines that do not come from an ERP system
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPProductKey { get; set; }
Property ERPProductKey As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.ERPProductKey
instance.ERPProductKey = value
property String^ ERPProductKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also