Partager via


ManagementPackItem.Verify Method

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

Verifies the management pack item using the verification context.

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

Usage

'Usage
Dim instance As ManagementPackItem
Dim context As VerificationContext
Dim returnValue As IList(Of ManagementPackVerificationResult)

returnValue = instance.Verify(context)

Syntax

'Declaration
Public Overridable Function Verify ( _
    context As VerificationContext _
) As IList(Of ManagementPackVerificationResult)
public virtual IList<ManagementPackVerificationResult> Verify (
    VerificationContext context
)
public:
virtual IList<ManagementPackVerificationResult^>^ Verify (
    VerificationContext^ context
)
public IList<ManagementPackVerificationResult> Verify (
    VerificationContext context
)
public function Verify (
    context : VerificationContext
) : IList<ManagementPackVerificationResult>

Parameters

  • context
    The verification context.

Return Value

A list of verification results.

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.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackItem Class
ManagementPackItem Members
Microsoft.EnterpriseManagement.Configuration Namespace