OrgPersonPresentationObject.UMDtmfMap Property
Gets or sets a value to indicate whether to create a user-defined DTMF map for the 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 UMDtmfMap As MultiValuedProperty(Of String)
Get
Set
'Usage
Dim instance As OrgPersonPresentationObject
Dim value As MultiValuedProperty(Of String)
value = instance.UMDtmfMap
instance.UMDtmfMap = value
[ParameterAttribute(Mandatory = false)]
public MultiValuedProperty<string> UMDtmfMap { get; set; }
Property Value
Type: Microsoft.Exchange.Data.MultiValuedProperty<String>
The value to indicate whether to create a user-defined DTMF map for the UM-enabled person.