Share via


CriteriaPropertyMappingAttribute(String) Constructor

Definition

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

public:
 CriteriaPropertyMappingAttribute(System::String ^ property);
public CriteriaPropertyMappingAttribute (string property);
new Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMappingAttribute : string -> Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMappingAttribute
Public Sub New (property As String)

Parameters

property
String

The name of the criteria property.

Applies to