QueryCriteria<T>.Criteria Property

Definition

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

Gets the criteria of this query.

public:
 property System::String ^ Criteria { System::String ^ get(); };
public string Criteria { get; }
member this.Criteria : string
Public ReadOnly Property Criteria As String

Property Value

The criteria of this query.

Implements

Applies to