ConferenceSession.TryGetParticipantEndpointProperties Method
Gets the properties for the given participant endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function TryGetParticipantEndpointProperties ( _
endpoint As ParticipantEndpoint, _
<OutAttribute> ByRef properties As ConferenceParticipantEndpointProperties _
) As Boolean
'Usage
Dim instance As ConferenceSession
Dim endpoint As ParticipantEndpoint
Dim properties As ConferenceParticipantEndpointProperties
Dim returnValue As Boolean
returnValue = instance.TryGetParticipantEndpointProperties(endpoint, _
properties)
public bool TryGetParticipantEndpointProperties(
ParticipantEndpoint endpoint,
out ConferenceParticipantEndpointProperties properties
)
Parameters
- endpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The participant endpoint to get properties for.
- properties
Type: Microsoft.Rtc.Collaboration.ConferenceParticipantEndpointProperties
The properties object or null if the participant is not in the conference.
Return Value
Type: System.Boolean
True if properties are found, otherwise false.