Difference between revisions of "CALicense::RlmHostId/zh"

(Created page with "CALicense::RlmHostId")
 
(Created page with "== 数据类型 ==")
Line 6: Line 6:
 
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 ==
+
== 数据类型 ==
  
 
string
 
string

Revision as of 08:20, 23 October 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.

数据类型

string

Access

read

Example usage

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

See Also

Comments


You are not allowed to post comments.