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