 | ImpersonatingTargetWrapperPassword Property |
Gets or sets the user account password.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog.WindowsIdentity (in NLog.WindowsIdentity.dll) Version: 6.0.2+933687b98685771e2254dc15c3e0cef5847ab80c
Syntaxpublic 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:
Layout
See Also