The list of control parameters defined for
the profile.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property ControlParameters() As IAgVADEControlCollection
|
| [C#] |
|---|
public IAgVADEControlCollection ControlParameters {get;}
|
| [Managed C++] |
|---|
public: __property IAgVADEControlCollection^ get_ControlParameters();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ControlParameters(
|
| [Java] |
|---|
public IAgVADEControlCollection getControlParameters();
|