TeamExplorerSectionPlacementAttribute.PlacementPriority Property

Get the priority.

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

Syntax

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

Property Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

TeamExplorerSectionPlacementAttribute Class

Microsoft.TeamFoundation.Controls Namespace