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