Class AccountLogSummary
Суммарная информация из журнала пользователя.
public class AccountLogSummary
- Inheritance
-
AccountLogSummary
- Inherited Members
- Extension Methods
Properties
AccountDisplayName
Отображаемое имя пользователя.
public string? AccountDisplayName { get; set; }
Property Value
AccountId
Идентификатор учётной записи.
public int AccountId { get; set; }
Property Value
AccountLogin
Имя входа пользователя.
public string? AccountLogin { get; set; }
Property Value
Application
Приложение.
public string? Application { get; set; }
Property Value
Operations
Количество операций за интервал.
public long Operations { get; set; }