AccessControlEntry Class
Specifies access rights for a trustee (user, group, or computer) to perform application-specific implementations of common tasks.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class AccessControlEntry _
Implements ICloneable
'Usage
Dim instance As AccessControlEntry
[SerializableAttribute]
public class AccessControlEntry : ICloneable
[SerializableAttribute]
public ref class AccessControlEntry : ICloneable
public class AccessControlEntry implements ICloneable
Remarks
Access control entries (ACEs) are associated with securable objects to grant or deny permissions to users of the object. An ACE specifies access rights for a trustee (user, group, or computer) to perform application-specific implementations of common tasks. The collection of ACEs on an object is referred to as its Access Control List (ACL).
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Server.AccessControlEntry
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.