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