Compartir a través de


LobbyOperationResponse.Succeeded Property

Gets the list of participants who were successfully admitted or denied from the conference.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Property Succeeded As Collection(Of ConversationParticipant)
    Get
    Private Set
'Usage
Dim instance As LobbyOperationResponse
Dim value As Collection(Of ConversationParticipant)

value = instance.Succeeded
public Collection<ConversationParticipant> Succeeded { get; private set; }

Property Value

Type: System.Collections.ObjectModel.Collection<ConversationParticipant>

See Also

Reference

LobbyOperationResponse Class

LobbyOperationResponse Members

Microsoft.Rtc.Collaboration Namespace