This documentation is archived and is not being maintained.

SecurityNamespaceDescription::GetBitmaskForAction Method

Gets the bitmask that corresponds to the action name.

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

public:
int GetBitmaskForAction(
	String^ actionName
)

Parameters

actionName
Type: System::String

The nonlocalized name for the action.

Return Value

Type: System::Int32
The bitmask that corresponds to the action name. Returns 0 if the specified action is not defined in this namespace.

Show: