SystemMusicProperties.Conductor Property

Definition

Gets the name of the System.Music.Conductor property (one of the Windows music file properties.

public:
 property Platform::String ^ Conductor { Platform::String ^ get(); };
winrt::hstring Conductor();
public string Conductor { get; }
var string = systemMusicProperties.conductor;
Public ReadOnly Property Conductor As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Music.Conductor file property.

Applies to

See also