RegistryPermissionAttribute.All Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.
Precaución
Please use the ViewAndModify property instead.
Precaución
Esta API ya está en desuso.
Obtiene o establece el acceso total para las claves del Registro especificadas.
public:
property System::String ^ All { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")]
public string All { get; set; }
public string All { get; set; }
[System.Obsolete("Please use the ViewAndModify property instead.")]
public string All { get; set; }
[System.Obsolete]
public string All { get; set; }
[<System.Obsolete("RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.")>]
member this.All : string with get, set
member this.All : string with get, set
[<System.Obsolete("Please use the ViewAndModify property instead.")>]
member this.All : string with get, set
[<System.Obsolete>]
member this.All : string with get, set
Public Property All As String
Valor de propiedad
Lista de las rutas de acceso de claves del Registro separadas por punto y coma, para el acceso total.
- Atributos
Excepciones
Se llama al descriptor de acceso get; sólo se proporciona para ofrecer compatibilidad con el compilador de C#.
Comentarios
El acceso a claves implica el acceso a todas las subclaves y todos los valores.