OrgPersonPresentationObject.UMCallingLineIds Property

Gets or sets the phone numbers or extensions that can be mapped to a Unified Messaging (UM)-enabled person.

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

Syntax

'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property UMCallingLineIds As MultiValuedProperty(Of String)
    Get
    Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As MultiValuedProperty(Of String)

value = instance.UMCallingLineIds

instance.UMCallingLineIds = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<string> UMCallingLineIds { get; set; }

Property Value

Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The phone numbers or extensions that can be mapped to a UM-enabled person.