IQuoteLineSupplierCode Property |
SupplierCode: The suppliers' code or part number for this product
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxstring SupplierCode { get; set; }
Property SupplierCode As String
Get
Set
Dim instance As IQuoteLine
Dim value As String
value = instance.SupplierCode
instance.SupplierCode = value
property String^ SupplierCode {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also