Rule.Order Property

Definition

This is a suggestion to a prospective UI client on the relative location of this Rule compared to all other Rules in the system.

public:
 property int Order { int get(); void set(int value); };
public int Order { get; set; }
public int Order { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.Order : int with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.Order : int with get, set
Public Property Order As Integer

Property Value

Returns the suggestion.

Attributes

Applies to