ExtendedExecutionForegroundSession.Description Property

Definition

Gets or sets a string to display in the shell.

public:
 property Platform::String ^ Description { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Description();

void Description(winrt::hstring value);
public string Description { get; set; }
var string = extendedExecutionForegroundSession.description;
extendedExecutionForegroundSession.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

A string to display in the shell.

Windows requirements

App capabilities
extendedExecutionBackgroundAudio extendedExecutionCritical extendedExecutionUnconstrained

Applies to