Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.13 KB

xmlelement-namespaceuri-method.md

File metadata and controls

40 lines (34 loc) · 1.13 KB
title description ms.author ms.date ms.topic author ms.reviewer
XmlElement.NamespaceUri() Method
Gets the namespace URI of this element.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

XmlElement.NamespaceUri() Method

Version: Available or changed with runtime version 1.0.

Gets the namespace URI of this element.

Syntax

Value :=   XmlElement.NamespaceUri()

Note

This method can be invoked using property access syntax.

Parameters

XmlElement
 Type: XmlElement
An instance of the XmlElement data type.

Return Value

Value
 Type: Text
The namespace URI of this element.

See Also

XmlElement Data Type
Get Started with AL
Developing Extensions