This documentation is archived and is not being maintained.

SecurityNamespace::SetAccessControlLists Method

Sets the specified AccessControlLists in this SecurityNamespace. Setting an AccessControlList will always overwrite an existing AccessControlList.

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

public:
virtual void SetAccessControlLists(
	IEnumerable<AccessControlList^>^ accessControlLists
) abstract

Parameters

accessControlLists
Type: System.Collections.Generic::IEnumerable<AccessControlList>

The AccessControlLists to set in this SecurityNamespace.

Show: