RegistryPermissionAttribute.All Propiedad

Definición

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

Una lista separada por punto y coma de rutas de acceso de clave del Registro para el acceso completo.

Atributos

Excepciones

Se llama al descriptor de acceso get; solo se proporciona para la compatibilidad del compilador de C#.

Comentarios

El acceso a la clave implica el acceso a todas las subclaves y a todos los valores.

Se aplica a