Setting<T>.AllowOverride Property

Definition

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

Boolean

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.

Applies to