EnumChoice.Moniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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