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