Share via


McuSessionProperties.Clone Method

Creates a new object that is a copy of the current instance.

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

Syntax

'Declaration
Public MustOverride Function Clone As Object
'Usage
Dim instance As McuSessionProperties
Dim returnValue As Object

returnValue = instance.Clone()
public abstract Object Clone()

Return Value

Type: System.Object
A new object that is a copy of this instance.

Implements

ICloneable.Clone()

See Also

Reference

McuSessionProperties Class

McuSessionProperties Members

Microsoft.Rtc.Collaboration Namespace