| AspNetSessionValueLayoutRendererFormat Property |
Format string for conversion from object to string.
Namespace:
NLog.Web.LayoutRenderers
Assemblies:
NLog.Web.AspNetCore (in NLog.Web.AspNetCore.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
NLog.Web (in NLog.Web.dll) Version: 5.3.13+628b0876960af3ee3454c99b7985dbb5e1c46bf0
Syntax public string Format { get; set; }
Public Property Format As String
Get
Set
Dim instance As AspNetSessionValueLayoutRenderer
Dim value As String
value = instance.Format
instance.Format = value
member Format : string with get, set
Property Value
Type:
StringSee Also