The Standalone enumeration is used during xml serialization to control the standalone attribute generation in the xml declaration.
Namespace:
Altova.RaptorXml.XPath
Assembly:
raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.4.0 (1.0.0.0)
SyntaxPublic Enumeration Standalone
public enum class Standalone
Members
| Member name | Value | Description |
---|
| Yes | 0 | |
| No | 1 | |
| Omit | 2 | |
See Also