NamespacePrefix Property
Version: Available or changed with runtime version 1.0.
Specifies the namespace prefix on an XmlPort element.
Applies to
- Xml Port Text Element
- Xml Port Field Element
- Xml Port Table Element
- Xml Port Field Attribute
- Xml Port Text Attribute
Syntax
NamespacePrefix = 'bc';
Remarks
You can only set the property to a prefix that is declared in the Namespaces Property of the XMLport.
This property only applies to element node types and will be ignored if it is set in textattribute
and fieldattribute
nodes.
For more information about using namespaces with XMLports, see Using Namespaces with XMLports.