TypeElement::Index Property

 

Gets or sets the position of the element.

Namespace:   System.Runtime.Serialization.Configuration
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
[ConfigurationPropertyAttribute("index", DefaultValue = 0)]
[IntegerValidatorAttribute(MinValue = 0)]
property int Index {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The position of the element.

.NET Framework
Available since 3.0
Return to top
Show: