PartyDefaultContactMechanism Property |
Gets the default contact mechanism of the party.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic PartyContactMechanism DefaultContactMechanism { get; }
Public ReadOnly Property DefaultContactMechanism As PartyContactMechanism
Get
public:
property PartyContactMechanism^ DefaultContactMechanism {
PartyContactMechanism^ get ();
}
member DefaultContactMechanism : PartyContactMechanism with get
Property Value
Type:
PartyContactMechanism
The default contact mechanism.
See Also