public bool HasUnsavedSettings { get; protected set; }
Public Property HasUnsavedSettings As Boolean
Get
Protected Set
public:
property bool HasUnsavedSettings {
bool get ();
protected: void set (bool value);
}
member HasUnsavedSettings : bool with get, set