Implicit Conversion (ChatRoomParticipant to GroupChatPrincipalSummary)
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
Performs an implicit conversion from ChatRoomParticipant to GroupChatPrincipalSummary. 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.
Namespace: Microsoft.Rtc.Collaboration.GroupChat
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
participant As ChatRoomParticipant _
) As GroupChatPrincipalSummary
'Usage
Dim input As ChatRoomParticipant
Dim output As GroupChatPrincipalSummary
output = CType(input, GroupChatPrincipalSummary)
public static implicit operator GroupChatPrincipalSummary (
ChatRoomParticipant participant
)
Parameters
- participant
Type: Microsoft.Rtc.Collaboration.GroupChat.ChatRoomParticipant
The participant.
Return Value
Type: Microsoft.Rtc.Collaboration.GroupChat.Management.GroupChatPrincipalSummary
The result of the conversion.