TryGetParticipantEndpointProperties Method

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

Syntax

'Declaration
Protected Function TryGetParticipantEndpointProperties ( _
    endpoint As ParticipantEndpoint, _
    <OutAttribute> ByRef properties As McuParticipantEndpointProperties _
) As Boolean
'Usage
Dim endpoint As ParticipantEndpoint
Dim properties As McuParticipantEndpointProperties
Dim returnValue As Boolean

returnValue = Me.TryGetParticipantEndpointProperties(endpoint, _
    properties)
protected bool TryGetParticipantEndpointProperties(
    ParticipantEndpoint endpoint,
    out McuParticipantEndpointProperties properties
)

Parameters

Return Value

Type: System..::..Boolean

See Also

Reference

McuSession Class

McuSession Members

Microsoft.Rtc.Collaboration Namespace