MusicProperties.Genre Property

Definition

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

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The collection of music genre names.

Remarks

This property is read-only, similar to the Composers property.

Applies to