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
<ParameterAttribute(Mandatory := False)> _
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
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<CultureInfo> Locale { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<CultureInfo>
A collection of locales that are supported by the server.