SystemMediaProperties.Publisher Property

Definition

Gets the name of the System.Media.Publisher property (one of the Windows media file properties.

public:
 property Platform::String ^ Publisher { Platform::String ^ get(); };
winrt::hstring Publisher();
public string Publisher { get; }
var string = systemMediaProperties.publisher;
Public ReadOnly Property Publisher As String

Property Value

String

Platform::String

winrt::hstring

The name of the System.Media.Publisher file property.

Applies to

See also