Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a deep copy of this instance.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function Clone As Object
'Usage
Dim instance As InstantMessagingMcuParticipantEndpointProperties
Dim returnValue As Object
returnValue = instance.Clone()
public override Object Clone()
Return Value
Type: System.Object
A deep copy of this instance.
Implements
Remarks
Implements ICloneable.Clone().
See Also
Reference
InstantMessagingMcuParticipantEndpointProperties Class