Partager via


VerificationResultCode Constructor (String, ManagementPackElement)

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the VerificationResultCode class by using the specified result name and extension parameters.

Namespace: Microsoft.EnterpriseManagement.Configuration.Verification
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim resultName As String
Dim extension As ManagementPackElement

Dim instance As New VerificationResultCode(resultName, extension)

Syntax

'Declaration
Public Sub New ( _
    resultName As String, _
    extension As ManagementPackElement _
)
public VerificationResultCode (
    string resultName,
    ManagementPackElement extension
)
public:
VerificationResultCode (
    String^ resultName, 
    ManagementPackElement^ extension
)
public VerificationResultCode (
    String resultName, 
    ManagementPackElement extension
)
public function VerificationResultCode (
    resultName : String, 
    extension : ManagementPackElement
)

Parameters

  • resultName
    The result name.
  • extension
    The extension object of a management pack element.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows 98,Windows 2000,Windows 2000 Server,Windows CE,Windows Server 2008,Windows 98 Second Edition,Pocket PC,Smart Phone,Windows Server 2003,Windows XP Professional,Windows Vista,Windows XP

See Also

Reference

VerificationResultCode Class
VerificationResultCode Members
Microsoft.EnterpriseManagement.Configuration.Verification Namespace