ContactUri Property

Gets the contact URI of the participant, if available. Can be nullNothingnullptrunita null reference (Nothing in Visual Basic).

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

Syntax

'Declaration
Public Property ContactUri As String
    Get
    Friend Set
'Usage
Dim instance As Participant
Dim value As String

value = instance.ContactUri
public string ContactUri { get; internal set; }

Property Value

Type: System..::..String

See Also

Reference

Participant Class

Participant Members

Microsoft.Rtc.Signaling Namespace