| LayoutTIsFixed Property |
Is fixed value?
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool IsFixed { get; }
Public ReadOnly Property IsFixed As Boolean
Get
Dim instance As Layout
Dim value As Boolean
value = instance.IsFixed
member IsFixed : bool with get
Property Value
Type:
BooleanSee Also