Returns the profiles used within the target
sequence.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Profiles() As IAgVAProfileCollection
|
| [C#] |
|---|
public IAgVAProfileCollection Profiles {get;}
|
| [Managed C++] |
|---|
public: __property IAgVAProfileCollection^ get_Profiles();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Profiles(
|
| [Java] |
|---|
public IAgVAProfileCollection getProfiles();
|