ContactDataSendPushNotification Property |
Enable/Disable sending push notification
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic bool SendPushNotification { get; set; }
Public Property SendPushNotification As Boolean
Get
Set
public:
property bool SendPushNotification {
bool get ();
void set (bool value);
}
member SendPushNotification : bool with get, set
Property Value
Boolean
See Also