public 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
In This Article