Delen via


EnumChoice.Moniker Property

Definition

A nonlocalized string identifying this choice. Must be unique only among the choices of this enum. This is what gets passed as the value parameter to SetValueAsync<T>(String, T, CancellationToken) when the user selects it. The user never sees this value, so no casing/formatting conventions are applicable.

public string Moniker { get; init; }
member this.Moniker : string with get, set
Public Property Moniker As String

Property Value

Applies to