CustomerTAddress, TPhone, TFax, TEmail, TWebsite, TAffiliationAddresses Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)]
public ICollection<TAddress> Addresses { get; }
<NetForumSubEntityCollectionAttribute(Nothing, NetForumDataBindingMode.ReadWrite, Nothing)>
Public ReadOnly Property Addresses As ICollection(Of TAddress)
Get
public:
[NetForumSubEntityCollectionAttribute(nullptr, NetForumDataBindingMode::ReadWrite, nullptr)]
property ICollection<TAddress>^ Addresses {
ICollection<TAddress>^ get ();
}
[<NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null)>]
member Addresses : ICollection<'TAddress> with get
Property Value
ICollectionTAddress