Get the list of results defined for the profile.
Read-only property
[Visual Basic .NET] |
---|
Public Property Results() As IAgVAGridSearchResultCollection |
[C#] |
---|
public IAgVAGridSearchResultCollection Results {get;} |
[Managed C++] |
---|
public: __property IAgVAGridSearchResultCollection ^ get_Results(); |
[Unmanaged C++] |
---|
public: HRESULT get_Results( IAgVAGridSearchResultCollection ** ppVAGridSearchResultCollection ); |
[Java] |
---|
public IAgVAGridSearchResultCollection getResults(); |
[Python - STK API ] |
---|
@property def Results(self) -> "IAgVAGridSearchResultCollection": |