ClickEventArgs.BarIndex Property
Namespace: Microsoft.TeamFoundation.Build.Controls
Assembly: Microsoft.TeamFoundation.Build.Controls (in Microsoft.TeamFoundation.Build.Controls.dll)
Syntax
'Declaration
Public Property BarIndex As Integer
public int BarIndex { get; internal set; }
public:
property int BarIndex {
int get ();
internal: void set (int value);
}
member BarIndex : int with get, internal set
function get BarIndex () : int
internal function set BarIndex (value : int)
Property Value
Type: System.Int32
Returns Int32.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.