RegistryPermissionAttribute::ViewAndModify Property
.NET Framework (current version)
Gets or sets a specified set of registry keys that can be viewed and modified.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^A semicolon-separated list of registry key paths, for create, read, and write access.
| Exception | Condition |
|---|---|
| NotSupportedException | The get accessor is called; it is only provided for C# compiler compatibility. |
Key access implies access to all values it contains and all variables under it.
This property specifies Create, Read, and Write access rights for the specified keys and their values. The access rights are for registry data only; they do not include the access control rights ChangeAccessControl or ViewAccessControl.
Note |
|---|
The get accessor is provided for C# compiler compatibility. The C# compiler requires attribute properties to be read/write. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
