MusicProperties.Producers Property

Definition

Gets the producers of the song.

public:
 property IVector<Platform::String ^> ^ Producers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Producers();
public IList<string> Producers { get; }
var iVector = musicProperties.producers;
Public ReadOnly Property Producers As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A list of the names of the song's producers.

Remarks

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

Applies to