InstantMessagingMcuSession.TryGetParticipantEndpointProperties Method (ParticipantEndpoint, InstantMessagingMcuParticipantEndpointProperties)
Gets the properties of the supplied participant endpoint in this MCU.
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 InstantMessagingMcuParticipantEndpointProperties _
) As Boolean
'Usage
Dim instance As InstantMessagingMcuSession
Dim endpoint As ParticipantEndpoint
Dim properties As InstantMessagingMcuParticipantEndpointProperties
Dim returnValue As Boolean
returnValue = instance.TryGetParticipantEndpointProperties(endpoint, _
properties)
public bool TryGetParticipantEndpointProperties(
ParticipantEndpoint endpoint,
out InstantMessagingMcuParticipantEndpointProperties properties
)
Parameters
- endpoint
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The participant endpoint for which to retrieve properties.
- properties
Type: Microsoft.Rtc.Collaboration.InstantMessagingMcuParticipantEndpointProperties
The properties if available, or null.
Return Value
Type: System.Boolean
True if properties were found for this participant, otherwise false.
See Also
Reference
InstantMessagingMcuSession Class
InstantMessagingMcuSession Members