PartyContactMechanismContactMechanism Property |
The contact mechanism of the party. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ContactMechanism ContactMechanism { get; set; }
Public Property ContactMechanism As ContactMechanism
Get
Set
public:
property ContactMechanism^ ContactMechanism {
ContactMechanism^ get ();
void set (ContactMechanism^ value);
}
member ContactMechanism : ContactMechanism with get, set
Property Value
Type:
ContactMechanism
See Also