Setting<T>.AllowOverride Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether a per instance override is allowed.
public:
property bool AllowOverride { bool get(); };
public bool AllowOverride { get; }
member this.AllowOverride : bool
Public ReadOnly Property AllowOverride As Boolean
Property Value
Returns a Boolean value that is true if a per instance override is allowed for the setting, and returns false if a per instance override is not allowed.