Get the list of control parameters defined for the profile.
Read-only property
[Visual Basic .NET] |
---|
Public Property Controls() As IAgVAGridSearchControlCollection |
[C#] |
---|
public IAgVAGridSearchControlCollection Controls {get;} |
[Managed C++] |
---|
public: __property IAgVAGridSearchControlCollection ^ get_Controls(); |
[Unmanaged C++] |
---|
public: HRESULT get_Controls( IAgVAGridSearchControlCollection ** ppVAGridSearchControlCollection ); |
[Java] |
---|
public IAgVAGridSearchControlCollection getControls(); |
[Python - STK API ] |
---|
@property def Controls(self) -> "IAgVAGridSearchControlCollection": |