 | PurchaseDocumentDtoSupplier Property |
Namespace:
Bex.API.ServiceDTOs
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SupplierDto Supplier { get; set; }
Public Property Supplier As SupplierDto
Get
Set
public:
property SupplierDto^ Supplier {
SupplierDto^ get ();
void set (SupplierDto^ value);
}
member Supplier : SupplierDto with get, set
Property Value
Type:
SupplierDto
See Also