FileIOPermissionAttribute.All Propriété

Définition

Attention

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

Attention

Please use the ViewAndModify property instead.

Obtient ou définit un accès complet pour le fichier ou le répertoire spécifié par la valeur de chaîne.

public:
 property System::String ^ All { System::String ^ get(); void set(System::String ^ value); };
[System.Obsolete]
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>]
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
Public Property All As String

Valeur de propriété

Chemin absolu du fichier ou du répertoire pour un accès total.

Attributs

Exceptions

La méthode get n’est pas prise en charge pour cette propriété.

Remarques

Cette propriété définit l’accès pour un seul fichier ou répertoire. Utilisez des attributs supplémentaires pour spécifier des fichiers et des répertoires supplémentaires.

S’applique à