IQuoteLineERPQuoteLineKey Property |
ERPQuoteLineKey: Key that identifies this line in the ERP system, if it exists there
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPQuoteLineKey { get; set; }
Property ERPQuoteLineKey As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.ERPQuoteLineKey
instance.ERPQuoteLineKey = value
property String^ ERPQuoteLineKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also