Share via


WindowsActionAttribute.Description Property

Definition

Gets or initializes the description of the action.

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; init; }
var string = windowsActionAttribute.description;
windowsActionAttribute.description = string;
Public Property Description As String

Property Value

The description of the action.

Applies to