Get the collection of MTO tracks.
Read-only property
[Visual Basic .NET] |
---|
Public Property Tracks() As IAgMtoTrackCollection
|
[C#] |
---|
public IAgMtoTrackCollection Tracks {get;}
|
[Managed C++] |
---|
public: __property IAgMtoTrackCollection^ get_Tracks();
|
[Unmanaged C++] |
---|
public: HRESULT get_Tracks(
|
[Java] |
---|
public IAgMtoTrackCollection getTracks();
|