This documentation is archived and is not being maintained.

ActionDefinition::Bit Property

Gets the bitmask integer for this action.

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

public:
property int Bit {
	int get ();
}

Property Value

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

Show: