Compartilhar via


RegistryPermissionAttribute.All Propriedade

Definição

Cuidado

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Cuidado

Please use the ViewAndModify property instead.

Cuidado

Essa API foi preterida.

Obtém ou define acesso completo para as chaves do 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 da propriedade

Uma lista separada por ponto e vírgula de caminhos de chave do Registro para acesso completo.

Atributos

Exceções

O acessador get é chamado; ele é fornecido apenas para compatibilidade do compilador C#.

Comentários

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

Aplica-se a