 | MethodCallTargetMethodName Property |
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string MethodName { get; set; }
Public Property MethodName As String
Get
Set
Dim instance As MethodCallTarget
Dim value As String
value = instance.MethodName
instance.MethodName = value
member MethodName : string with get, set
Property Value
Type:
String
RemarksDefault: Empty
See Also