Culture.NativeDescription Property
The NativeDescription property gets the description, if available, in the native language of the culture that this Culture object represents.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property NativeDescription As String
Get
'Usage
Dim instance As Culture
Dim value As String
value = instance.NativeDescription
public string NativeDescription { get; }
Property Value
Type: System.String