This documentation is archived and is not being maintained.

SecurityNamespaceDescription::GetActionNameForBitmask Method

Gets the action name that is associated with the specified bitmask.

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

public:
String^ GetActionNameForBitmask(
	int bitmask
)

Parameters

bitmask
Type: System::Int32

The bitmask for a single permission whose action name should be returned.

Return Value

Type: System::String
The action name for the specified bitmask. Returns Empty if the bitmask does not correspond to an action that is defined in this SecurityNamespace.

Show: