Share via


TemplateHeader.Rank Property

Stack ordering of the process template in the UI.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property Rank As Integer
public int Rank { get; set; }
public:
property int Rank {
    int get ();
    void set (int value);
}
member Rank : int with get, set
function get Rank () : int 
function set Rank (value : int)

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TemplateHeader Class

Microsoft.TeamFoundation.Server Namespace