Supplier Party (ASBIE). An association to Seller of the item.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public ISupplierParty SellerSupplierParty { get; set; } |
| Visual Basic |
|---|
Public Property SellerSupplierParty As ISupplierParty
Get
Set |
| Visual C++ |
|---|
public:
virtual property ISupplierParty^ SellerSupplierParty {
ISupplierParty^ get () sealed;
void set (ISupplierParty^ value) sealed;
} |
| F# |
|---|
abstract SellerSupplierParty : ISupplierParty with get, set
override SellerSupplierParty : ISupplierParty with get, set |
Property Value
Type:
ISupplierPartyImplements
ICatalogueLine..::..SellerSupplierPartyRemarks
See Also