Share via


Organization.UMAvailableLanguages property

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

Syntax

'Declaration
Public Overridable Property UMAvailableLanguages As MultiValuedProperty(Of UMLanguage)
    Get
    Set
'Usage
Dim instance As Organization
Dim value As MultiValuedProperty(Of UMLanguage)

value = instance.UMAvailableLanguages

instance.UMAvailableLanguages = value
public virtual MultiValuedProperty<UMLanguage> UMAvailableLanguages { get; set; }

Property value

Type: Microsoft.Exchange.Data.MultiValuedProperty<UMLanguage>

See also

Reference

Organization class

Organization members

Microsoft.Exchange.Data.Directory.SystemConfiguration namespace