XmlFieldOrderOption Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

You should not use this enumeration; it is not used by the .NET Framework remoting infrastructure.

Namespace:   System.Runtime.Remoting.Metadata
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class XmlFieldOrderOption

Member nameDescription
All

This API supports the product infrastructure and is not intended to be used directly from your code. You should not use the XmlFieldOrderOption enumeration; it is not used by the .NET Framework's remoting infrastructure.

Choice

This API supports the product infrastructure and is not intended to be used directly from your code. You should not use the XmlFieldOrderOption enumeration; it is not used by the .NET Framework's remoting infrastructure.

Sequence

This API supports the product infrastructure and is not intended to be used directly from your code. You should not use the XmlFieldOrderOption enumeration; it is not used by the .NET Framework's remoting infrastructure.

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.

.NET Framework
Available since 1.1
Return to top
Show: