LobbyOperationResponse.Failed Property
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.
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)