IQuoteERPQuoteKey Property |
ERPQuoteKey: The key in the ERP system that identifies this sale's Quote (as opposed to the later Order information)
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPQuoteKey { get; set; }
Property ERPQuoteKey As String
Get
Set
Dim instance As IQuote
Dim value As String
value = instance.ERPQuoteKey
instance.ERPQuoteKey = value
property String^ ERPQuoteKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also