Class AuditEvent.EventValue
Represents an event value.
Inherited Members
Namespace: DataWeb.Audit
Assembly: DataWeb.Core.dll
Syntax
public class AuditEvent.EventValue
Properties
Name
The name of the event value.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
The value of the event value.
Declaration
public string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |