 | AspNetApplicationValueLayoutRendererFormat Property |
Format string for conversion from object to string.
Namespace:
NLog.Web.LayoutRenderers
Assembly:
NLog.Web (in NLog.Web.dll) Version: 5.5.0+9fe9421708749962bac8393d7cec5df976518ccb
Syntaxpublic string Format { get; set; }
Public Property Format As String
Get
Set
Dim instance As AspNetApplicationValueLayoutRenderer
Dim value As String
value = instance.Format
instance.Format = value
member Format : string with get, set
Property Value
Type:
String
See Also