XDLSReader
TagName Property
|
Gets the name of the tag.
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string TagName { get; }
Public ReadOnly Property TagName As String
Get
public:
virtual property String^ TagName {
String^ get () sealed;
}
abstract TagName : string with get
override TagName : string with get
Property Value
Type:
String
The name of the tag.
Implements
IXDLSContentReader
TagName
See Also