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

(Created page with "CALicense::RlmHostId")
 
 
(10 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
= property string RlmHostId =
 
= property string RlmHostId =
  
The Reprise License Manager host id (used for license activation and validation) for the computer running the ADE process.
+
Reprise License Manager host id(主机号:用于许可证激活和验证)用于运行ADE进程的计算机。
  
== Data type ==
+
== 数据类型 ==
  
string
+
string:字符串
  
== Access ==
+
== 存取 ==
  
read
+
读取
  
= Example usage =  
+
= 示例用法 =  
  
 
  CALicense license = new CALicense();
 
  CALicense license = new CALicense();
 
  string hostId = license.RlmHostId;
 
  string hostId = license.RlmHostId;
  
= See Also =
+
= 另请参考 =
  
* [[CALicense::RlmUserId]]
+
* [[CALicense::RlmUserId/zh|CALicense::RlmUserId]]
* [[CALicense::RlmPath]]
+
* [[CALicense::RlmPath/zh|CALicense::RlmPath]]

Latest revision as of 07:08, 25 October 2015

ADE User Guide > ADE Server Class Reference > CALicense

Other languages:
English • ‎中文

property string RlmHostId

Reprise License Manager host id(主机号:用于许可证激活和验证)用于运行ADE进程的计算机。

数据类型

string:字符串

存取

读取

示例用法

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

另请参考

Comments


You are not allowed to post comments.