| PerformanceCounterLayoutRendererMachineName Property |
Gets or sets the name of the machine to read the performance counter from.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog.PerformanceCounter (in NLog.PerformanceCounter.dll) Version: 5.2.0+68ed826d5d3b17619b9ab78bfa53db526cadd9d2
Syntax public Layout MachineName { get; set; }
Public Property MachineName As Layout
Get
Set
Dim instance As PerformanceCounterLayoutRenderer
Dim value As Layout
value = instance.MachineName
instance.MachineName = value
member MachineName : Layout with get, set
Property Value
Type:
LayoutSee Also