HostingAccountPermissions Class
The permissions that can be set and checked for in the account service.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Services.Account.HostingAccountPermissions
Namespace: Microsoft.VisualStudio.Services.Account
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.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 | |
---|---|---|
AdministerAccount | The ability to delete a collection | |
AllPermissions | This defines the set of bits that are valid for the hosting account permission space. When reading or writing hosting account permissions these are the only bits paid attention too. | |
AlterAccountStatus | The ability to alter an account's expiration date and mark it expired or active. | |
AuditAccount | The ability to audit the account, view any information related to the account. | |
CreateAccount | The ability to create an account. | |
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.