Share via


AccessEntry Members

Include Protected Members
Include Inherited Members

Publicly facing description of an Access Control List permission entry.

The AccessEntry type exposes the following members.

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

(Overrides Object.ToString().)

Top

Properties

 

Name

Description

Public property

Allow

Gets or sets the array of permission names this user or group is allowed.

Public property

AllowInherited

Gets or sets the array of allowed permission names that were inherited from the parent.

Public property

Deny

Gets or sets the array of permission names this user or group is denied.

Public property

DenyInherited

Gets or sets the array of denied permission names that were inherited from the parent.

Public property

IdentityName

Gets or sets the name of the user or group this permission gives access to.

Top

See Also

Reference

AccessEntry Class

Microsoft.TeamFoundation.VersionControl.Client Namespace