Edit

Share via


LobbyOperationResponse.Failed Property

Definition

Gets a dictionary of participants that were not successfully admitted or denied in addition to the failure reason.

public:
 property System::Collections::Generic::IDictionary<Microsoft::Rtc::Collaboration::ConversationParticipant ^, Microsoft::Rtc::Collaboration::LobbyOperationFailureReason> ^ Failed { System::Collections::Generic::IDictionary<Microsoft::Rtc::Collaboration::ConversationParticipant ^, Microsoft::Rtc::Collaboration::LobbyOperationFailureReason> ^ get(); };
public System.Collections.Generic.IDictionary<Microsoft.Rtc.Collaboration.ConversationParticipant,Microsoft.Rtc.Collaboration.LobbyOperationFailureReason> Failed { get; }
member this.Failed : System.Collections.Generic.IDictionary<Microsoft.Rtc.Collaboration.ConversationParticipant, Microsoft.Rtc.Collaboration.LobbyOperationFailureReason>
Public ReadOnly Property Failed As IDictionary(Of ConversationParticipant, LobbyOperationFailureReason)

Property Value

Applies to