Describes an Access Control List permission entry.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.AccessEntry
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class AccessEntry
public sealed class AccessEntry
public ref class AccessEntry sealed
[<Sealed>]
type AccessEntry =  class end
public final class AccessEntry
The AccessEntry type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Allow | Gets or sets the array of permission names that is allowed to this user or group. | 
| .gif) | AllowInherited | Gets or sets the array of allowed permission names that was inherited from the parent. | 
| .gif) | Deny | Gets or sets the array of permission names that is denied to this user or group. | 
| .gif) | DenyInherited | Gets or sets the array of denied permission names that was inherited from the parent. | 
| .gif) | IdentityName | Gets or sets the name of the user or group to which this permission gives access. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) .gif) | CompareIdentity | Compares the specified access entry. | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Creates a user-readable string that describes the properties of the AccessEntry object. (Overrides Object.ToString().) | 
Top
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.