IQuoteLineSupplier Property |
Supplier: The supplier of this product
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring Supplier { get; set; }
Property Supplier As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.Supplier
instance.Supplier = value
property String^ Supplier {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also