| MessageTemplateParametersIsPositional Property |
Indicates whether the template should be interpreted as positional
(all holes are numbers) or named.
Namespace:
NLog.MessageTemplates
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool IsPositional { get; }
Public ReadOnly Property IsPositional As Boolean
Get
Dim instance As MessageTemplateParameters
Dim value As Boolean
value = instance.IsPositional
member IsPositional : bool with get
Property Value
Type:
BooleanSee Also