Share via


ManagementPackReportResourceCriteria Class

Specifies the criteria expression for selecting management pack report resource objects.

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

Usage

'Usage
Dim instance As ManagementPackReportResourceCriteria

Syntax

'Declaration
Public Class ManagementPackReportResourceCriteria
    Inherits QueryCriteria(Of ManagementPackReportResourceCriteria)
public class ManagementPackReportResourceCriteria : QueryCriteria<ManagementPackReportResourceCriteria>
public ref class ManagementPackReportResourceCriteria : public QueryCriteria<ManagementPackReportResourceCriteria^>
public class ManagementPackReportResourceCriteria extends QueryCriteria<ManagementPackReportResourceCriteria>
public class ManagementPackReportResourceCriteria extends QueryCriteria<ManagementPackReportResourceCriteria>

Remarks

The following property names are valid names that can be used in the criteria expression:

  • Accessibility

  • Description

  • DisplayName

  • Id

  • LastModified

  • ManagementPackId

  • MIMEType

  • Name

  • TimeAdded

Inheritance Hierarchy

System.Object
   Microsoft.EnterpriseManagement.Common.QueryCriteria
    Microsoft.EnterpriseManagement.Configuration.ManagementPackReportResourceCriteria

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

ManagementPackReportResourceCriteria Members
Microsoft.EnterpriseManagement.Configuration Namespace