XpeProperties.Clone Method

Solclient

XpePropertiesClone Method
version: 7.2.1.27
Creates a new object that is a deep copy of the current instance.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Object Clone()
Public Function Clone As Object
public:
Object^ Clone()

Return Value

Type: Object
A new object that is a deep copy of this instance.
See Also