ConferenceJoinInformation.ToString Method
NOTE: This API is now obsolete.
Provides a string that describes the object.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
<ObsoleteAttribute("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")> _
Public Overrides Function ToString As String
'Usage
Dim instance As ConferenceJoinInformation
Dim returnValue As String
returnValue = instance.ToString()
[ObsoleteAttribute("This will be removed from future versions. Use 'ConferenceJoinOptions' instead")]
public override string ToString()
Return Value
Type: System.String
A string that describes the object.
See Also
Reference
ConferenceJoinInformation Class