This documentation is archived and is not being maintained.
SecurityNamespace::SetInheritFlag Method
Visual Studio 2013
Sets a flag that states whether the AccessControlList that is associated with the specified token should inherit permissions from the parent tokens.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Parameters
- token
- Type: System::String
The token that is associated with the AccessControlList to set the inherit flag.
- inherit
- Type: System::Boolean
True if it should inherit permissions from parent tokens; otherwise, false.
- 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: