 | CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationOrders Property |
Collection of Orders on which this customer is the Primary Customer, the Bill-To Customer, or the Billing Contact.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic IReadOnlyCollection<Order> Orders { get; }Public ReadOnly Property Orders As IReadOnlyCollection(Of Order)
Get
public:
virtual property IReadOnlyCollection<Order^>^ Orders {
IReadOnlyCollection<Order^>^ get () sealed;
}abstract Orders : IReadOnlyCollection<Order> with get
override Orders : IReadOnlyCollection<Order> with get
Property Value
IReadOnlyCollectionOrderImplements
ICustomerWithFinancialDataOrders
See Also