UMDialPlan.AvailableLanguages Property

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

Syntax

'Declaration
Public Property AvailableLanguages As MultiValuedProperty(Of UMLanguage)
    Get
    Friend Set
'Usage
Dim instance As UMDialPlan
Dim value As MultiValuedProperty(Of UMLanguage)

value = instance.AvailableLanguages
public MultiValuedProperty<UMLanguage> AvailableLanguages { get; internal set; }