SourceChangeRequestedEventArgs.Author Property

Definition

Gets the author of the content in the media stream.

public:
 property Platform::String ^ Author { Platform::String ^ get(); };
winrt::hstring Author();
public string Author { get; }
var string = sourceChangeRequestedEventArgs.author;
Public ReadOnly Property Author As String

Property Value

String

Platform::String

winrt::hstring

The author of the content in the media stream.

Applies to