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