Share via


SourceChangeRequestedEventArgs.Description Property

Definition

Gets the description of the content in the media stream.

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

Property Value

String

Platform::String

winrt::hstring

The description of the content in the media stream.

Applies to