ManagementPackConditionDetectionModule Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new ManagementPackConditionDetectionModule object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.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 Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackConditionDetectionModule Class
ManagementPackConditionDetectionModule Members
Microsoft.EnterpriseManagement.Configuration Namespace