MailboxServer.Locale property

Gets or sets the locales that are supported by the server.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property Locale As MultiValuedProperty(Of CultureInfo)
    Get
    Set
'Usage
Dim instance As MailboxServer
Dim value As MultiValuedProperty(Of CultureInfo)

value = instance.Locale

instance.Locale = value
public MultiValuedProperty<CultureInfo> Locale { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<CultureInfo>
A collection of locales that are supported by the server.

See also

Reference

MailboxServer class

MailboxServer members

Microsoft.Exchange.Data.Directory.Management namespace