 | WindowsIdentityLayoutRendererUserName Property |
Gets or sets a value indicating whether username should be included.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntaxpublic 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:
Boolean
See Also