 | OpenXmlAttributeXName Property |
Gets the qualified name of the current attribute.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic XName XName { get; }
Public ReadOnly Property XName As XName
Get
public:
property XName^ XName {
XName^ get ();
}
member XName : XName with get
Property Value
XName
See Also