AttributeGroup.SortOrder Property

Definition

Specifies an integer value that specifies the sort order of attribute groups.

public:
 property int SortOrder { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public int SortOrder { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.SortOrder : int with get, set
Public Property SortOrder As Integer

Property Value

An integer value that specifies the sort order of attribute groups.

Attributes

Applies to