Difference between revisions of "CALicense::RlmHostId"

(Created page with "<< Back to CALicense = property string RlmHostId = The Reprise License Manager host id (used for license activation and validation) for the computer running th...")
 
Line 1: Line 1:
[[CALicense|<< Back to CALicense]]
+
[[Category:ADE User Guide]]
 
+
[[ADE User Guide]] > [[ADE Server Class Reference]] > [[CALicense]]
 +
<languages />
 +
<translate>
 
= property string RlmHostId =
 
= property string RlmHostId =
  
Line 22: Line 24:
 
* [[CALicense::RlmUserId]]
 
* [[CALicense::RlmUserId]]
 
* [[CALicense::RlmPath]]
 
* [[CALicense::RlmPath]]
 +
</translate>

Revision as of 01:28, 16 June 2015

ADE User Guide > ADE Server Class Reference > CALicense

Other languages:
English • ‎中文

property string RlmHostId

The Reprise License Manager host id (used for license activation and validation) for the computer running the ADE process.

Data type

string

Access

read

Example usage

CALicense license = new CALicense();
string hostId = license.RlmHostId;

See Also

Comments


You are not allowed to post comments.