ChatRoomParticipant.Implicit Operator

Definition

Performs an implicit conversion from ChatRoomParticipant to PersistentChatPrincipalSummary. The ActiveDirectoryPath is unavailable in this context, and will be null on the returned object. Additionally, the Type of the user is unknown in this context, and will always be set to LocalUser on the returned object.

public:
 static operator Microsoft::Rtc::Collaboration::PersistentChat::Management::PersistentChatPrincipalSummary ^(Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomParticipant ^ participant);
public static implicit operator Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipalSummary (Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomParticipant participant);
static member op_Implicit : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomParticipant -> Microsoft.Rtc.Collaboration.PersistentChat.Management.PersistentChatPrincipalSummary
Public Shared Widening Operator CType (participant As ChatRoomParticipant) As PersistentChatPrincipalSummary

Parameters

participant
ChatRoomParticipant

The participant.

Returns

The result of the conversion.

Applies to