A collection of clauses which make up the expression used to evaluate entities.
Read-write property
[Visual Basic .NET] |
---|
Public Property Clauses() As IAgRt3SimpleQueryClauseCollection |
[C#] |
---|
public IAgRt3SimpleQueryClauseCollection Clauses {get; set;} |
[Managed C++] |
---|
public: __property IAgRt3SimpleQueryClauseCollection ^ get_Clauses(); |
[Unmanaged C++] |
---|
public: HRESULT get_Clauses( IAgRt3SimpleQueryClauseCollection ** ppClauses ); public: HRESULT put_Clauses( IAgRt3SimpleQueryClauseCollection Clauses ); |
[Java] |
---|
public IAgRt3SimpleQueryClauseCollection getClauses(); public void setClauses( IAgRt3SimpleQueryClauseCollection ); |