PersistentChatPrincipal.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.
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.