Implicit Conversion (GroupChatPrincipal 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 GroupChatPrincipal to GroupChatPrincipalSummary. Methods which operate on any user or user group may require a reference to a GroupChatPrincipalSummary.
Namespace: Microsoft.Rtc.Collaboration.GroupChat.Management
Assembly: Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
principal As GroupChatPrincipal _
) As GroupChatPrincipalSummary
'Usage
Dim input As GroupChatPrincipal
Dim output As GroupChatPrincipalSummary
output = CType(input, GroupChatPrincipalSummary)
public static implicit operator GroupChatPrincipalSummary (
GroupChatPrincipal principal
)
Parameters
- principal
Type: Microsoft.Rtc.Collaboration.GroupChat.Management.GroupChatPrincipal
The user or user group.
Return Value
Type: Microsoft.Rtc.Collaboration.GroupChat.Management.GroupChatPrincipalSummary
The result of the conversion.