| WindowsIdentityLayoutRendererUserName Property |
Gets or sets a value indicating whether username should be included.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 5.3.0+26b1fda2a4988e638aa77c5dd68f6ffd321a20c9
Syntax public bool UserName { get; set; }
Public Property UserName As Boolean
Get
Set
Dim instance As WindowsIdentityLayoutRenderer
Dim value As Boolean
value = instance.UserName
instance.UserName = value
member UserName : bool with get, set
Property Value
Type:
BooleanSee Also