XmlFieldOrderOption Enum

Definition

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
XmlFieldOrderOption
Attributes

Fields

All 0

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.

Sequence 1

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.

Applies to