DisplayName Property

Gets or sets the user name preferred by the application for the local user.

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

Syntax

'Declaration
Public Property DisplayName As String
    Get
    Set
'Usage
Dim instance As RealTimeEndpoint
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName { get; set; }

Property Value

Type: System..::..String
A string containing the display name.

Remarks

This name will be used as the display name of the user in outgoing messages. This property indicates the display name to use in outgoing messages.

See Also

Reference

RealTimeEndpoint Class

RealTimeEndpoint Members

Microsoft.Rtc.Signaling Namespace