ActionWrapper<T>.Precedence Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the precedence of actions of within the same ActionPath. Higher indicates higher precedence.
public:
property int Precedence { int get(); };
public int Precedence { get; }
member this.Precedence : int
Public ReadOnly Property Precedence As Integer