| FileTargetForceManaged Property |
Gets or set a value indicating whether a managed file stream is forced, instead of using the native implementation.
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public bool ForceManaged { get; set; }
Public Property ForceManaged As Boolean
Get
Set
Dim instance As FileTarget
Dim value As Boolean
value = instance.ForceManaged
instance.ForceManaged = value
abstract ForceManaged : bool with get, set
override ForceManaged : bool with get, set
Property Value
Type:
BooleanSee Also