This documentation is archived and is not being maintained.
AccessEntry Class
Visual Studio 2013
Describes an Access Control List permission entry.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The AccessEntry type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Allow | Gets or sets the array of permission names that is allowed to this user or group. |
![]() | AllowInherited | Gets or sets the array of allowed permission names that was inherited from the parent. |
![]() | Deny | Gets or sets the array of permission names that is denied to this user or group. |
![]() | DenyInherited | Gets or sets the array of denied permission names that was inherited from the parent. |
![]() | IdentityName | Gets or sets the name of the user or group to which this permission gives access. |
| Name | Description | |
|---|---|---|
![]() ![]() | CompareIdentity | Compares the specified access entry. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes the properties of the AccessEntry object. (Overrides Object::ToString().) |
Show:
