IQuoteLineExtraField2 Property |
ExtraField2: Optional information added by Quote Connector; usable in the quote document merge process
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring ExtraField2 { get; set; }
Property ExtraField2 As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.ExtraField2
instance.ExtraField2 = value
property String^ ExtraField2 {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also