LocalizedNameDescriptionPair.Name Property

Definition

Gets the locale name.

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

Property Value

The locale name.

Remarks

The Name property is set as a parameter to the LocalizedNameDescriptionPair constructor.

Applies to

See also