SupplierSupplierType Property |
When not null, specifies the type of this supplier. The type is primarily used for security access differentiation of the supplier records. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Procurement
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic SupplierType SupplierType { get; set; }
Public Property SupplierType As SupplierType
Get
Set
public:
property SupplierType^ SupplierType {
SupplierType^ get ();
void set (SupplierType^ value);
}
member SupplierType : SupplierType with get, set
Property Value
Type:
SupplierType
See Also