ADOrgPerson.Languages Property
Namespace: Microsoft.Exchange.Data.Directory.Recipient
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property Languages As MultiValuedProperty(Of CultureInfo)
Get
Set
'Usage
Dim instance As ADOrgPerson
Dim value As MultiValuedProperty(Of CultureInfo)
value = instance.Languages
instance.Languages = value
public MultiValuedProperty<CultureInfo> Languages { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<CultureInfo>