LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry Class Members
In This Topic
The following tables list the members exposed by LxWriterSettings.NamespaceAliasSettings.NamespaceAliasEntry.
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