SoapFieldAttribute::Order Property

 

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

Gets or sets the order of the current field attribute.

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

public:
property int Order {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The order of the current field attribute.

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

.NET Framework
Available since 1.1
Return to top
Show: