 | ArrayParameterAttributeElementName Property |
Gets the XML element name.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic string ElementName { get; }Public ReadOnly Property ElementName As String
Get
Dim instance As ArrayParameterAttribute
Dim value As String
value = instance.ElementName
member ElementName : string with get
Property Value
Type:
String
See Also