Compartir a través de


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; }