RegistryServicePermissions Class
The permissions that can be set and checked for in the registry.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Common.RegistryServicePermissions
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public NotInheritable Class RegistryServicePermissions
public static class RegistryServicePermissions
public ref class RegistryServicePermissions abstract sealed
[<AbstractClass>]
[<Sealed>]
type RegistryServicePermissions = class end
public final class RegistryServicePermissions
The RegistryServicePermissions type exposes the following members.
Fields
Name | Description | |
---|---|---|
AllPermissions | This defines the set of bits that are valid for the RegistryService permission space. These are the only bits paid attention to when reading or writing registry service permissions. | |
Read | The ability to read the value of a given registry path. | |
Write | The ability to both modify and add registry path/value pairs. |
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.