Share via


RegistryPermissionAttribute.All Propriété

Définition

Attention

RegistryPermissionAttribute.Add has been deprecated. Use ViewAndModify instead.

Attention

Please use the ViewAndModify property instead.

Attention

Cette API est à présent déconseillée.

Obtient ou définit l'accès total pour les clés de Registre spécifiées.

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

Valeur de propriété

Une liste de chemins d'accès de clés de Registre séparés par des points-virgules, pour l'accès complet.

Attributs

Exceptions

L'accesseur get est appelé ; il n'est fourni que pour des raisons de compatibilité avec le compilateur C#.

Remarques

L’accès à la clé implique l’accès à toutes les sous-clés et à toutes les valeurs.

S’applique à