AccessEntry Class
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 | |
---|---|---|
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. |
Top
Methods
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 a hash function for a particular type. (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().) |
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.