XmlFieldOrderOption 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.
You should not use this enumeration; it is not used by the .NET Framework remoting infrastructure.
This API supports the product infrastructure and is not intended to be used directly from your code.
public enum class XmlFieldOrderOption
[System.Serializable]
public enum XmlFieldOrderOption
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum XmlFieldOrderOption
[<System.Serializable>]
type XmlFieldOrderOption =
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type XmlFieldOrderOption =
Public Enum XmlFieldOrderOption
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
All | 0 | You should not use the XmlFieldOrderOption enumeration; it is not used by the .NET Framework's remoting infrastructure. |
Sequence | 1 | You should not use the XmlFieldOrderOption enumeration; it is not used by the .NET Framework's remoting infrastructure. |
Choice | 2 | You should not use the XmlFieldOrderOption enumeration; it is not used by the .NET Framework's remoting infrastructure. |
Remarks
The XmlFieldOrder property of the SoapTypeAttribute class gets or sets a value of type XmlFieldOrderOption. However, the .NET Framework remoting infrastructure does not use the property's value.