ConferenceParticipantInformation.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert settings to endpoint address.
public:
static operator Microsoft::Rtc::Signaling::RealTimeAddress ^(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceParticipantInformation ^ settings);
public static implicit operator Microsoft.Rtc.Signaling.RealTimeAddress (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation settings);
static member op_Implicit : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation -> Microsoft.Rtc.Signaling.RealTimeAddress
Public Shared Widening Operator CType (settings As ConferenceParticipantInformation) As RealTimeAddress
Parameters
- settings
- ConferenceParticipantInformation
The settings instance to convert.
Returns
The address of the participant.