RegistryPermissionAttribute.All Proprietà

Definizione

Attenzione

Questa API è ora deprecata.

Attenzione

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Attenzione

Please use the ViewAndModify property instead.

Attenzione

use newer properties

Ottiene o imposta l'accesso completo per le chiavi del Registro di sistema specificate.

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

Valore della proprietà

String

Elenco di percorsi delle chiavi del Registro di sistema, separati da punti e virgola, per l'accesso completo.

Attributi

Eccezioni

Viene chiamata la funzione di accesso get, fornita solo per la compatibilità con i compilatori C#.

Commenti

L'accesso alla chiave implica l'accesso a tutte le sottochiavi e a tutti i valori.

Si applica a