The query associated with this area.
Read-write property
[Visual Basic .NET] |
---|
Public Property Query() As IAgRt3AreaQuery |
[C#] |
---|
public IAgRt3AreaQuery Query {get; set;} |
[Managed C++] |
---|
public: __property IAgRt3AreaQuery ^ get_Query(); |
[Unmanaged C++] |
---|
public: HRESULT get_Query( IAgRt3AreaQuery ** ppQuery ); public: HRESULT put_Query( IAgRt3AreaQuery Query ); |
[Java] |
---|
public IAgRt3AreaQuery getQuery(); public void setQuery( IAgRt3AreaQuery ); |