Gives string representation for the current object.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Overrides 
Function 
ToString 
As 
String
Visual Basic (usage)
Dim 
instance 
As 

ApplicationConfiguration
Dim 
returnValue 
As 
String

returnValue = instance.
ToString()
C#
public 
override 
string 
ToString()

Return value

Type: System . . :: . . String

String containing details of the current object.

See also