PartyContactMechanismContactMechanismPurpose Property |
The purpose of this contact mechanism. Unique within the party. Can be used to seek for specific contact mechanisms. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ContactMechanismPurpos ContactMechanismPurpose { get; set; }
Public Property ContactMechanismPurpose As ContactMechanismPurpos
Get
Set
public:
property ContactMechanismPurpos^ ContactMechanismPurpose {
ContactMechanismPurpos^ get ();
void set (ContactMechanismPurpos^ value);
}
member ContactMechanismPurpose : ContactMechanismPurpos with get, set
Property Value
Type:
ContactMechanismPurpos
See Also