TelephonyMode Property

Gets the TelephonyMode for the endpoint.

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

Syntax

'Declaration
Public ReadOnly Property TelephonyMode As String
    Get
'Usage
Dim instance As UserEndpoint
Dim value As String

value = instance.TelephonyMode
public string TelephonyMode { get; }

Property Value

Type: System..::..String

Remarks

If the LocalOwnerPresence has not yet been established, an empty string is returned. An empty string will also be returned if telephonymode is not set for the user.

See Also

Reference

UserEndpoint Class

UserEndpoint Members

Microsoft.Rtc.Collaboration Namespace