FileIOPermissionAttribute.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
Questa API è ora deprecata.
Attenzione
Please use the ViewAndModify property instead.
Ottiene o imposta l'accesso completo per il file o la directory specificata dal valore stringa.
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
Valore della proprietà
Percorso assoluto del file o della directory per l'accesso completo.
- Attributi
Eccezioni
Il metodo get non è supportato per questa proprietà.
Commenti
Questa proprietà imposta l'accesso per un singolo file o directory. Usare attributi aggiuntivi per specificare file e directory aggiuntivi.