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