 | ArrayParameterAttributeElementName Property |
Gets the XML element name.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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