AudioVideoMcuParticipantEndpointProperties.Clone Method
Implements ICloneable.Clone().
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function Clone As Object
'Usage
Dim instance As AudioVideoMcuParticipantEndpointProperties
Dim returnValue As Object
returnValue = instance.Clone()
public override Object Clone()
Return Value
Type: System.Object
A deep copy of this instance.
Implements
See Also
Reference
AudioVideoMcuParticipantEndpointProperties Class