PartyContactMechanismNonSolicitation Property |
If true then Don't use the mechanism for solicitation purposes. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool NonSolicitation { get; set; }
Public Property NonSolicitation As Boolean
Get
Set
public:
property bool NonSolicitation {
bool get ();
void set (bool value);
}
member NonSolicitation : bool with get, set
Property Value
Type:
Boolean
See Also