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
Public property Allow Gets or sets the array of permission names that is allowed to this user or group.
Public property AllowInherited Gets or sets the array of allowed permission names that was inherited from the parent.
Public property Deny Gets or sets the array of permission names that is denied to this user or group.
Public property DenyInherited Gets or sets the array of denied permission names that was inherited from the parent.
Public property IdentityName Gets or sets the name of the user or group to which this permission gives access.

Top

Methods

  Name Description
Public methodStatic member CompareIdentity Compares the specified access entry.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace