| PerformanceCounterTargetAutoCreate Property |
Gets or sets a value indicating whether performance counter should be automatically created.
Namespace:
NLog.Targets
Assembly:
NLog.PerformanceCounter (in NLog.PerformanceCounter.dll) Version: 5.2.0+68ed826d5d3b17619b9ab78bfa53db526cadd9d2
Syntax public bool AutoCreate { get; set; }
Public Property AutoCreate As Boolean
Get
Set
Dim instance As PerformanceCounterTarget
Dim value As Boolean
value = instance.AutoCreate
instance.AutoCreate = value
member AutoCreate : bool with get, set
Property Value
Type:
BooleanSee Also