ParticipantEndpoint.ToString Method
Return the string representation of participant endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ParticipantEndpoint
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
The endpoint as a string.
Remarks
Contains the URI and GRUU for the endpoint.