UMServer.Languages Property
Gets the languages that are supported by the Unified Messaging server.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Languages As MultiValuedProperty(Of UMLanguage)
Get
Friend Set
'Usage
Dim instance As UMServer
Dim value As MultiValuedProperty(Of UMLanguage)
value = instance.Languages
public MultiValuedProperty<UMLanguage> Languages { get; internal set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<UMLanguage>
A collection of languages that are supported by the Unified Messaging server.
See Also