LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry Class Properties
In This Topic
For a list of all members of this type, see LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry members.
Public Properties
| | Name | Description |
 | NamespaceUri | The Namespace uri to use for in the XML i.e. xmlns:myPrefix="http://mycompany.com/myschemanamespace" |
 | Prefix | The prefix to use in the XML i.e. xmlns:myPrefix="http://mycompany.com/myschemanamespace". "" for the default namespace. |
 | WriteInRootElement | Indicates if the namespace should be declared up front in the XML root element or declared when it is needed with in the document (possible multiple times). |
Top
See Also