| SessionValueType Enumeration |
The type of a value
Namespace:
NLog.Web.LayoutRenderers
Assembly:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public enum SessionValueType
Public Enumeration SessionValueType
Dim instance As SessionValueType
Members
| Member name | Value | Description |
---|
| String | 0 |
String
|
| Int32 | 1 |
Int32
|
See Also