XmlDataTypeOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
These are the possible modifiers to the xml data type.
[System.Serializable]
public enum XmlDataTypeOption
[<System.Serializable>]
type XmlDataTypeOption =
Public Enum XmlDataTypeOption
- Inheritance
-
XmlDataTypeOption
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Nothing was defined. |
Content | 1 | CONTENT was used. |
Document | 2 | DOCUMENT was used. |