Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a permission change.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.SecurityChange
    Microsoft.TeamFoundation.VersionControl.Client.PermissionChange
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class PermissionChange _
    Inherits SecurityChange
public sealed class PermissionChange : SecurityChange
public ref class PermissionChange sealed : public SecurityChange
[<Sealed>]
type PermissionChange =  
    class 
        inherit SecurityChange 
    end
public final class PermissionChange extends SecurityChange
The PermissionChange type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | PermissionChange | Initializes a new PermissionChange instance. | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) .gif) | AllGlobalLocalizedPermissions | Gets an array of all global localized permissions. | 
| .gif) .gif) | AllGlobalPermissions | Gets an array of all global permissions. | 
| .gif) .gif) | AllItemPermissions | Gets an array of all item permissions. | 
| .gif) .gif) | AllLocalizedItemPermissions | Gets an array of all localized item permissions. | 
| .gif) | Allow | Gets or sets the array of allow permissions for the identity. | 
| .gif) | Deny | Gets or sets the deny permissions for the identity. | 
| .gif) | IdentityName | Gets or sets the identity that holds the permission. | 
| .gif) | Item | Gets or sets the path of the item that belongs to this SecurityChange. (Inherited from SecurityChange.) | 
| .gif) | Remove | Gets or sets the array of permissions to remove. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .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 a PermissionChange object. (Overrides SecurityChange.ToString().) | 
Top
Fields
| Name | Description | |
|---|---|---|
| .gif) .gif) | GlobalPermissionAdminConfiguration | Specifies the global permission for admin configuration. | 
| .gif) .gif) | GlobalPermissionAdminConnections | Specifies the global permission for admin connections. | 
| .gif) .gif) | GlobalPermissionAdminShelvesets | Specifies the global permission for admin shelvesets. | 
| .gif) .gif) | GlobalPermissionAdminWorkspaces | Specifies the global permission for admin workspaces. | 
| .gif) .gif) | GlobalPermissionCreateWorkspace | Specifies the global permission for create workspace operation. | 
| .gif) .gif) | ItemPermissionAdminProjectRights | Specifies the item permission for admin project rights. | 
| .gif) .gif) | ItemPermissionCheckin | Specifies the item permission for checkin operation. | 
| .gif) .gif) | ItemPermissionCheckinOther | Specifies the item permission for CheckinOther operation. | 
| .gif) .gif) | ItemPermissionLabel | Specifies the item permission for label operation. | 
| .gif) .gif) | ItemPermissionLabelOther | Specifies the item permission for LabelOther operation. | 
| .gif) .gif) | ItemPermissionLock | Specifies the item permission for lock operation. | 
| .gif) .gif) | ItemPermissionManageBranch | Specifies the item permission for ManageBranch operation. | 
| .gif) .gif) | ItemPermissionMerge | Specifies the item permission for merge operation. | 
| .gif) .gif) | ItemPermissionPendChange | Specifies the item permission for PendChange operation. | 
| .gif) .gif) | ItemPermissionRead | Specifies the item permission for read operation. | 
| .gif) .gif) | ItemPermissionReviseOther | Specifies the item permission for ReviseOther operation. | 
| .gif) .gif) | ItemPermissionUndoOther | Specifies the item permission for UndoOther operation. | 
| .gif) .gif) | ItemPermissionUnlockOther | Specifies the item permission for UnlockOther operation. | 
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.