IQuoteVersionERPQuoteVersionKey Property |
ERPQuoteVersionKey: Key in the ERP system that uniquely identifies this Version within the ERP system
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring ERPQuoteVersionKey { get; set; }
Property ERPQuoteVersionKey As String
Get
Set
Dim instance As IQuoteVersion
Dim value As String
value = instance.ERPQuoteVersionKey
instance.ERPQuoteVersionKey = value
property String^ ERPQuoteVersionKey {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also