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