MusicProperties.Producers 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 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
A list of the names of the song's producers.
Remarks
This property is read-only, similar to the Composers property.