Bridge

CultureInfo..::..NativeName Property

Namespace:  System.Globalization
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
public string NativeName { get; set; }
<FieldPropertyAttribute> _
Public Property NativeName As String
	Get
	Set
[FieldPropertyAttribute]
public:
property String^ NativeName {
	String^ get ();
	void set (String^ value);
}