This documentation is archived and is not being maintained.

SecurityNamespace::SetInheritFlag Method

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)

public:
virtual void SetInheritFlag(
	String^ token, 
	bool inherit
) abstract

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.

Show: