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++] |
|---|
|
| [Java] |
|---|
public IAgRt3SimpleQueryClauseCollection getClauses(); public void setClauses( IAgRt3SimpleQueryClauseCollection ); |





