Click or drag to resize
XmlArrayAttributeOrder Property
Gets or sets the explicit order in which the elements are serialized or deserialized.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public int Order { get; set; }

Property Value

Type: Int32
See Also