Applies To: Operations Manager for System Center 2012
Represents a management setting.
Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
  Microsoft.EnterpriseManagement.Administration.Setting<T>
Syntax
public class Setting<T>
generic<typename T>
public ref class Setting 
type Setting<'T> = class end
Public Class Setting(Of T)
Type Parameters
- T
 The type of object the setting represents
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | Setting<T>() | Initializes a new Setting<T> object. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | AllowOverride | Gets a Boolean value that determines whether an override is allowed for a setting on a per instance basis. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.Administration Namespace
Return to top