Convert settings to endpoint address.

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

Syntax

Visual Basic (Declaration)
Public 
Shared 
Widening 
Operator 
CType ( _
	
settings 
As 

ConferenceParticipantInformation _
) 
As 

RealTimeAddress
C#
public 
static 
implicit operator 

RealTimeAddress (
	

ConferenceParticipantInformation 
settings
)
Visual C++
static 
implicit operator 

RealTimeAddress^ (
	

ConferenceParticipantInformation^ 
settings
)
JavaScript
JavaScript does not support the declaration
of new casting operators.

Parameters

settings
Type: Microsoft.Rtc.Collaboration.ConferenceManagement . . :: . ConferenceParticipantInformation
The settings instance to convert.

Return Value

The address of the participant.

See Also