Class Account.AccountIpAddress
- Namespace
- Lers.Administration
- Assembly
- Lers.System.dll
Диапазон IP-адресов, с которых разрешено/запрещено работать учетной записи.
public class Account.AccountIpAddress
- Inheritance
-
Account.AccountIpAddress
- Inherited Members
- Extension Methods
Constructors
AccountIpAddress()
Конструктор по умолчанию.
public AccountIpAddress()
Properties
AccountId
Идентификатор учетной записи.
public int AccountId { get; set; }
Property Value
EndIP
Конечный IP-адрес диапазона.
public string EndIP { get; set; }
Property Value
StartIP
Начальный Ip-адрес диапазона.
public string StartIP { get; set; }