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