LanguageNativeName Property |
Gets the native name of the language.
Namespace: ConnectedApps.Cms.EntitiesAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string NativeName { get; set; }
Public Property NativeName As String
Get
Set
public:
property String^ NativeName {
String^ get ();
void set (String^ value);
}
member NativeName : string with get, set
Property Value
Type:
String
See Also