TeamExplorerNavigationItemAttribute.Priority Property

Get/set the priority.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TeamExplorerNavigationItemAttribute Class

Microsoft.TeamFoundation.Controls Namespace