Share via


ActionDefinition.Description Property

Definition

Gets the description of the app action.

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

Property Value

String

Platform::String

winrt::hstring

The description of the app action.

Applies to