Server.Clone Method¶
Creates a new object that is a copy of the current instance.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public Object Clone()
VB¶
Public Function Clone As Object
Return Value¶
Type: Object
A new object that is a copy of this instance.