RegistryPermissionAttribute.All Propriedade

Definição

Atenção

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Atenção

Please use the ViewAndModify property instead.

Atenção

Esta API foi preterida.

Obtém ou define acesso total às chaves de registo 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 Propriedade

Uma lista separada por ponto e vírgula dos caminhos das chaves do registo, para acesso completo.

Atributos

Exceções

O acessório get é chamado; é fornecido apenas para compatibilidade com compiladores C#.

Observações

O acesso à chave implica acesso a todas as subchaves e a todos os valores.

Aplica-se a