Settings.ManagementGroup.AlertCustomFieldSettings Structure

 

Applies To: Operations Manager for System Center 2012

Contains custom settings for an alert for a Management Group.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[SettingGroupAttribute]
public struct AlertCustomFieldSettings
[SettingGroupAttribute]
public value struct AlertCustomFieldSettings
[<Sealed>]
[<SettingGroupAttribute>]
type AlertCustomFieldSettings = struct end
<SettingGroupAttribute>
Public Structure AlertCustomFieldSettings

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static CustomField1

Represents custom alert setting 1.

System_CAPS_pubfieldSystem_CAPS_static CustomField10

Represents custom alert setting 10.

System_CAPS_pubfieldSystem_CAPS_static CustomField2

Represents custom alert setting 2.

System_CAPS_pubfieldSystem_CAPS_static CustomField3

Represents custom alert setting 3.

System_CAPS_pubfieldSystem_CAPS_static CustomField4

Represents custom alert setting 4.

System_CAPS_pubfieldSystem_CAPS_static CustomField5

Represents custom alert setting 5.

System_CAPS_pubfieldSystem_CAPS_static CustomField6

Represents custom alert setting 6.

System_CAPS_pubfieldSystem_CAPS_static CustomField7

Represents custom alert setting 7.

System_CAPS_pubfieldSystem_CAPS_static CustomField8

Represents custom alert setting 8.

System_CAPS_pubfieldSystem_CAPS_static CustomField9

Represents custom alert setting 9.

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