LicenseCustomerExcludeFromAll Property |
Gets or sets whether or not the customer has opted to be excluded from all marketing and product communications.
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic bool ExcludeFromAll { get; set; }
Public Property ExcludeFromAll As Boolean
Get
Set
public:
property bool ExcludeFromAll {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also