public bool SendMailNotification { get; set; }
Public Property SendMailNotification As Boolean Get Set
public: property bool SendMailNotification { bool get (); void set (bool value); }
member SendMailNotification : bool with get, set
In This Article