This documentation is archived and is not being maintained.
SecurityNamespace::SetAccessControlEntry Method
Visual Studio 2013
Sets the specified AccessControlEntry in this SecurityNamespace.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual AccessControlEntry^ SetAccessControlEntry( String^ token, AccessControlEntry^ accessControlEntry, bool merge ) abstract
Parameters
- token
- Type: System::String
The token that is associated with the AccessControlList on which to set the permissions.
- accessControlEntry
- Type: Microsoft.TeamFoundation.Framework.Client::AccessControlEntry
The AccessControlEntry to set in the SecurityNamespace.
- merge
- Type: System::Boolean
True to merge the specified permissions with existing permissions for the specified AccessControlEntry. False to set the permissions as specified.
Return Value
Type: Microsoft.TeamFoundation.Framework.Client::AccessControlEntryThe new or updated AccessControlEntry that was set in the SecurityNamespace.
- 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: