Class SetUserPassword
Изменение пароля пользователя.
Inherited Members
Namespace: StockSharp.Micex.Native.Transactions
Assembly: StockSharp.Micex.dll
Syntax
public class SetUserPassword : BaseTransaction
Remarks
Изменение паролей других пользователей фирмы администратором фирмы.
Constructors
SetUserPassword()
Создать SetUserPassword.
Declaration
public SetUserPassword()
Properties
Name
Название транзакции.
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Newpw
Новый пароль.
Declaration
public string Newpw { get; set; }
Property Value
Type | Description |
---|---|
String |
Userid
Участник.
Declaration
public string Userid { get; set; }
Property Value
Type | Description |
---|---|
String |