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
'Декларация
Public ReadOnly Property Bit As Integer
Get
public int Bit { get; }
public:
property int Bit {
int get ();
}
member Bit : int
function get Bit () : int
Property Value
Type: System.Int32
The bitmask integer for this action. Must be a power of 2.
.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.