Class EventLogScopeProperties
Constants for EventLog scope property names used in logging infrastructure.
public static class EventLogScopeProperties
- Inheritance
-
objectEventLogScopeProperties
Fields
EventCode
Event code property name.
public const string EventCode = "EventCode"
Field Value
- string
EventMachineName
Event machine name property name.
public const string EventMachineName = "EventMachineName"
Field Value
- string
EventTime
Event time property name.
public const string EventTime = "EventTime"
Field Value
- string
EventUrl
Event URL property name.
public const string EventUrl = "EventUrl"
Field Value
- string
EventUrlReferrer
Event URL referrer property name.
public const string EventUrlReferrer = "EventUrlReferrer"
Field Value
- string
EventUserAgent
Event user agent property name.
public const string EventUserAgent = "EventUserAgent"
Field Value
- string
IPAddress
IP address property name.
public const string IPAddress = "IPAddress"
Field Value
- string
UserID
User ID property name.
public const string UserID = "UserID"
Field Value
- string
UserName
User name property name.
public const string UserName = "UserName"
Field Value
- string