This documentation is archived and is not being maintained.
SecurityNamespaceDescription::GetBitmaskForAction Method
Visual Studio 2013
Gets the bitmask that corresponds to the action name.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- actionName
- Type: System::String
The nonlocalized name for the action.
Return Value
Type: System::Int32The bitmask that corresponds to the action name. Returns 0 if the specified action is not defined in this namespace.
- 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.
Show: