ADOrgPerson.IndexedPhoneNumbers Property

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

Syntax

'Declaration
Public ReadOnly Property IndexedPhoneNumbers As MultiValuedProperty(Of String)
    Get
'Usage
Dim instance As ADOrgPerson
Dim value As MultiValuedProperty(Of String)

value = instance.IndexedPhoneNumbers
public MultiValuedProperty<string> IndexedPhoneNumbers { get; }