DataPA Enterprise Dashboard Controls API Reference
Gets cloned copy of this object.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public LicenseInfo Clone { get; }
Visual Basic
Public ReadOnly Property Clone As LicenseInfo
	Get
Visual C++
public:
virtual property LicenseInfo^ Clone {
	LicenseInfo^ get () sealed;
}

Return Value

Type: LicenseInfo
A cloned copy of this object.

Remarks