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...") |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[ | + | [[Category:ADE User Guide]] |
− | + | [[ADE User Guide]] > [[ADE Server Class Reference]] > [[CALicense]] | |
− | = property string RlmHostId = | + | <languages /> |
+ | <translate> | ||
+ | = property string RlmHostId = <!--T:1--> | ||
+ | <!--T:2--> | ||
The Reprise License Manager host id (used for license activation and validation) for the computer running the ADE process. | The Reprise License Manager host id (used for license activation and validation) for the computer running the ADE process. | ||
− | == Data type == | + | == Data type == <!--T:3--> |
+ | <!--T:4--> | ||
string | string | ||
− | == Access == | + | == Access == <!--T:5--> |
+ | <!--T:6--> | ||
read | read | ||
− | = Example usage = | + | = Example usage = <!--T:7--> |
− | CALicense license = new CALicense(); | + | <!--T:8--> |
+ | CALicense license = new CALicense(); | ||
string hostId = license.RlmHostId; | string hostId = license.RlmHostId; | ||
− | = See Also = | + | = See Also = <!--T:9--> |
+ | <!--T:10--> | ||
* [[CALicense::RlmUserId]] | * [[CALicense::RlmUserId]] | ||
* [[CALicense::RlmPath]] | * [[CALicense::RlmPath]] | ||
+ | </translate> |
Latest revision as of 01:30, 16 June 2015
ADE User Guide > ADE Server Class Reference > CALicense
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
Enable comment auto-refresher