Setting<T> Class

System Center
 

Updated: April 16, 2012

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)

System::Object
  Microsoft.EnterpriseManagement.Administration::Setting<T>

generic<typename T>
public ref class Setting 

Type Parameters

T

The type of object the setting represents

NameDescription
System_CAPS_protmethodSetting<T>()

Initializes a new Setting<T> object.

NameDescription
System_CAPS_pubpropertyAllowOverride

Gets a Boolean value that determines whether an override is allowed for a setting on a per instance basis.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: