ToString Method
Return the string representation of participant endpoint, which contains the URI and GRUU for 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