[This is preliminary documentation and is subject to change.]
Gets or Sets value SMS is Enable for Manual Alerts
Namespace:
OfficeClip.BusinessLayer.AccountAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public bool SmsEnableManualAlerts { get; set; } |
Visual Basic (Declaration) |
---|
Public Property SmsEnableManualAlerts As Boolean |
Visual C++ |
---|
public: property bool SmsEnableManualAlerts { bool get (); void set (bool value); } |