RegistryPermissionAttribute.All Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.
Attenzione
Please use the ViewAndModify property instead.
Attenzione
Questa API è ora deprecata.
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("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
Valore della proprietà
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.