| PerformanceCounterTargetInstanceName Property |
Gets or sets the performance counter instance name.
Namespace:
NLog.Targets
Assembly:
NLog.PerformanceCounter (in NLog.PerformanceCounter.dll) Version: 5.2.0+68ed826d5d3b17619b9ab78bfa53db526cadd9d2
Syntax public string InstanceName { get; set; }
Public Property InstanceName As String
Get
Set
Dim instance As PerformanceCounterTarget
Dim value As String
value = instance.InstanceName
instance.InstanceName = value
member InstanceName : string with get, set
Property Value
Type:
StringSee Also