Description
Returns the namespace prefix for a PBDOM_ELEMENT object. If no namespace prefix exists for the PBDOM_ELEMENT object, GetNamespacePrefix returns an empty string.
Syntax
pbdom_element_name.GetNamespacePrefix()
Return value
String.
The namespace prefix for the PBDOM_ELEMENT object.
See also