MusicProperties.Genre Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the names of music genres that the song belongs to.
public:
property IVector<Platform::String ^> ^ Genre { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Genre();
public IList<string> Genre { get; }
var iVector = musicProperties.genre;
Public ReadOnly Property Genre As IList(Of String)
Property Value
The collection of music genre names.
Remarks
This property is read-only, similar to the Composers property.