 | 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: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic 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:
Boolean
See Also