Share via


EntityAttribute.Name Property

Definition

Gets or initializes the name of the action entity.

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

void Name(winrt::hstring value);
public string? Name { get; init; }
var string = entityAttribute.name;
entityAttribute.name = string;
Public Property Name As String

Property Value

The name of the action entity.

Applies to