Culture.ParentCulture property
The ParentCulture property gets the parent culture for 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 ParentCulture As Culture
Get
'Usage
Dim instance As Culture
Dim value As Culture
value = instance.ParentCulture
public Culture ParentCulture { get; }
Property value
Type: Microsoft.Exchange.Data.Globalization.Culture