DataElementName Property (TableOfContentsLevel)
In This Topic
Gets or sets a name of the top-level XML element that represents this level.
Syntax
'Declaration
Public Property DataElementName As String
public string DataElementName {get; set;}
Property Value
A
System.String value indicating the name of the top-level XML element for this level.
See Also