ContactMechanismPurposContactMechanismType Property |
When specified, allows the purpose to be specified only for contact mechanisms of the specified type. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<ContactMechanismsRepositoryContactMechanismType> ContactMechanismType { get; set; }
Public Property ContactMechanismType As Nullable(Of ContactMechanismsRepositoryContactMechanismType)
Get
Set
public:
property Nullable<ContactMechanismsRepositoryContactMechanismType^>^ ContactMechanismType {
Nullable<ContactMechanismsRepositoryContactMechanismType^>^ get ();
void set (Nullable<ContactMechanismsRepositoryContactMechanismType^>^ value);
}
member ContactMechanismType : Nullable<ContactMechanismsRepositoryContactMechanismType> with get, set
Property Value
Type:
NullableContactMechanismsRepositoryContactMechanismType
See Also