Returns the properties dictionary of the track.
Original signature is '- (NSDictionary*) properties'

C# | Visual Basic | Visual C++ |
public virtual NSDictionary Properties { get; set; }
Public Overridable Property Properties As NSDictionary Get Set
public: virtual property NSDictionary^ Properties { NSDictionary^ get (); void set (NSDictionary^ value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)