ExtendedExecutionSession.Description Property

Definition

This property is not used in the current release.

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 = extendedExecutionSession.description;
extendedExecutionSession.description = string;
Public Property Description As String

Property Value

String

Platform::String

winrt::hstring

This property is not used in the current release.

Applies to