 | LayoutTFixedValue Property |
Fixed value
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic T FixedValue { get; }
Public ReadOnly Property FixedValue As T
Get
Dim instance As Layout
Dim value As T
value = instance.FixedValue
member FixedValue : 'T with get
Property Value
Type:
T
See Also