 | 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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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