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