PersistentChatPrincipal.Implicit Operator

Definition

Performs an implicit conversion from PersistentChatPrincipal to PersistentChatPrincipalSummary. Methods which operate on any user or user group may require a reference to a PersistentChatPrincipalSummary.

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

Parameters

principal
PersistentChatPrincipal

The user or user group.

Returns

The result of the conversion.

Applies to