Table of Contents

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

int

EndIP

Конечный IP-адрес диапазона.

public string EndIP { get; set; }

Property Value

string

StartIP

Начальный Ip-адрес диапазона.

public string StartIP { get; set; }

Property Value

string