 | LayoutTFixedValue Property |
Fixed value
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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