Share via


CriteriaPropertyMappingAttribute Constructor

[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 CriteriaPropertyMappingAttribute class.

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

Usage

'Usage
Dim property As String

Dim instance As New CriteriaPropertyMappingAttribute(property)

Syntax

'Declaration
Public Sub New ( _
    property As String _
)
public CriteriaPropertyMappingAttribute (
    string property
)
public:
CriteriaPropertyMappingAttribute (
    String^ property
)
public CriteriaPropertyMappingAttribute (
    String property
)
public function CriteriaPropertyMappingAttribute (
    property : String
)

Parameters

  • property
    The name of the criteria property.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

CriteriaPropertyMappingAttribute Class
CriteriaPropertyMappingAttribute Members
Microsoft.EnterpriseManagement.Configuration Namespace