ClientConfigLicenseInfo Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the LicenseInfo object for this object.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public LicenseInfo LicenseInfo { get; set; }
Public Property LicenseInfo As LicenseInfo
Get
Set
public:
virtual property LicenseInfo^ LicenseInfo {
LicenseInfo^ get () sealed;
void set (LicenseInfo^ value) sealed;
}
function get_LicenseInfo();
function set_LicenseInfo(value);
Property Value
Type:
LicenseInfoThe LicenseInfo object for this object.
Return Value
Type:
LicenseInfoThe LicenseInfo object for this object.
Remarks See Also