Get the ID number assigned to the track. This field is auto-populated in numeric sequential order, and cannot be modified.
Read-only property
[Visual Basic .NET] |
---|
Public Property Id() As Integer |
[C#] |
---|
public int Id {get;} |
[Managed C++] |
---|
public: __property int get_Id(); |
[Unmanaged C++] |
---|
public: HRESULT get_Id( int * pId ); |
[Java] |
---|
public Integer getId(); |