CollectionManagementPermissions Class

The permissions that can be set and checked for in the location service.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Common.CollectionManagementPermissions

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public NotInheritable Class CollectionManagementPermissions
public static class CollectionManagementPermissions
public ref class CollectionManagementPermissions abstract sealed
[<AbstractClass>]
[<Sealed>]
type CollectionManagementPermissions =  class end
public final class CollectionManagementPermissions

The CollectionManagementPermissions type exposes the following members.

Fields

  Name Description
Public fieldStatic member AllPermissions This defines the set of bits that are valid for the collection management permission space. These are the only bits that are paid attention to when reading or writing collection management permissions.
Public fieldStatic member CreateCollection The ability to create collections.
Public fieldStatic member DeleteCollection The ability to delete a collection.

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.Framework.Common Namespace