LicenseInfoClone Property |
|
DataPA OpenAnalytics API Reference
Gets cloned copy of this object.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public LicenseInfo Clone { get; }
Public ReadOnly Property Clone As LicenseInfo
Get
public:
virtual property LicenseInfo^ Clone {
LicenseInfo^ get () sealed;
}
Return Value
Type:
LicenseInfoA cloned copy of this object.
Remarks See Also