| NLogEventsClientName Property |
Gets or sets the name of the client.
Namespace:
NLog.LogReceiverService
Assembly:
NLog.Wcf (in NLog.Wcf.dll) Version: 5.2.1+bb45a7652322449cc5d22f0e8ecf7e119c124ca2
Syntax public string ClientName { get; set; }
Public Property ClientName As String
Get
Set
Dim instance As NLogEvents
Dim value As String
value = instance.ClientName
instance.ClientName = value
member ClientName : string with get, set
Property Value
Type:
StringThe name of the client.
See Also