UmEnabled Property

Gets whether or not Unified Messaging is enabled.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property UmEnabled As Boolean
    Get
'Usage
Dim instance As UserEndpoint
Dim value As Boolean

value = instance.UmEnabled
public bool UmEnabled { get; }

Property Value

Type: System..::..Boolean

Remarks

If the LocalOwnerPresence has not yet been established, false is returned.

See Also

Reference

UserEndpoint Class

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace