ABBWebApiServerSetLoginAccount 方法 |
设置用户的登录信息,用户名和密码信息
Set user login information, user name and password information
命名空间:
HslCommunication.Robot.ABB
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void SetLoginAccount(
string name,
string password
)
Public Sub SetLoginAccount (
name As String,
password As String
)
public:
void SetLoginAccount(
String^ name,
String^ password
)
member SetLoginAccount :
name : string *
password : string -> unit
参数
- name
- 类型:SystemString
用户名 - password
- 类型:SystemString
密码
参见