ActionDefinition.Bit Property

Gets the bitmask integer for this action.

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

Syntax

'Declaration
Public ReadOnly Property Bit As Integer
public int Bit { get; }
public:
property int Bit {
    int get ();
}
member Bit : int with get
function get Bit () : int

Property Value

Type: System.Int32
The bitmask integer for this action. Must be a power of 2.

.NET Framework Security

See Also

Reference

ActionDefinition Class

Microsoft.TeamFoundation.Framework.Client Namespace