| ImpersonatingTargetWrapperPassword Property |
Gets or sets the user account password.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 5.3.0+26b1fda2a4988e638aa77c5dd68f6ffd321a20c9
Syntax public Layout Password { get; set; }
Public Property Password As Layout
Get
Set
Dim instance As ImpersonatingTargetWrapper
Dim value As Layout
value = instance.Password
instance.Password = value
member Password : Layout with get, set
Property Value
Type:
LayoutSee Also