Setting<T>.AllowOverride Property
Applies To: Operations Manager for System Center 2012
Gets a Boolean value that determines whether an override is allowed for a setting on a per instance basis.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool AllowOverride { get; }
public:
property bool AllowOverride {
bool get();
}
member AllowOverride : bool with get
Public ReadOnly Property AllowOverride As Boolean
Property Value
Type: System.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.
See Also
Setting<T> Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top