ManagementPackConditionDetectionModule Constructor

Initializes a new ManagementPackConditionDetectionModule object.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim element As ManagementPackElement
Dim identifier As String

Dim instance As New ManagementPackConditionDetectionModule(element, identifier)

Syntax

'Declaration
Public Sub New ( _
    element As ManagementPackElement, _
    identifier As String _
)
public ManagementPackConditionDetectionModule (
    ManagementPackElement element,
    string identifier
)
public:
ManagementPackConditionDetectionModule (
    ManagementPackElement^ element, 
    String^ identifier
)
public ManagementPackConditionDetectionModule (
    ManagementPackElement element, 
    String identifier
)
public function ManagementPackConditionDetectionModule (
    element : ManagementPackElement, 
    identifier : String
)

Parameters

  • element
    The Management Pack element that defines this type.
  • identifier
    A string identifier for this Management Pack element type.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ManagementPackConditionDetectionModule Class
ManagementPackConditionDetectionModule Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.