HostingAccountPermissions Class

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

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Common.HostingAccountPermissions

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

Syntax

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

The HostingAccountPermissions type exposes the following members.

Fields

  Name Description
Public fieldStatic member AdministerAccount The ability to delete a collection.
Public fieldStatic member AllPermissions This defines the set of bits that are valid for the hosting account permission space. These are the only bits paid attention to when reading or writing hosting account permissions.
Public fieldStatic member AlterAccountStatus The ability to change an account's expiration date and mark it expired or active.
Public fieldStatic member AuditAccount The ability to audit the account and view any information related to the account.
Public fieldStatic member CreateAccount The ability to create an account.
Public fieldStatic member DeleteAccount The ability to delete an account.

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