PartyContactMechanisms Property |
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<PartyContactMechanism> ContactMechanisms { get; }
Public ReadOnly Property ContactMechanisms As ChildCollection(Of PartyContactMechanism)
Get
public:
property ChildCollection<PartyContactMechanism^>^ ContactMechanisms {
ChildCollection<PartyContactMechanism^>^ get ();
}
member ContactMechanisms : ChildCollection<PartyContactMechanism> with get
Property Value
Type:
ChildCollectionPartyContactMechanism
See Also