IQuoteLineextrainfo Property |
ExtraInfo
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring extrainfo { get; set; }
Property extrainfo As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.extrainfo
instance.extrainfo = value
property String^ extrainfo {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also