RegistryPermissionAttribute.All Propiedad

Definición

Precaución

Esta API ya está en desuso.

Precaución

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Precaución

Please use the ViewAndModify property instead.

Precaución

use newer properties

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]
public string All { get; set; }
[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("use newer properties")]
public string All { get; set; }
[<System.Obsolete>]
member this.All : string with 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("use newer properties")>]
member this.All : string with get, set
Public Property All As String

Valor de propiedad

String

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.

Se aplica a