FileIOPermissionAttribute::All Property
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Security.Permissions
Assembly: mscorlib (in mscorlib.dll)
Return to top
Gets or sets full access for the file or directory that is specified by the string value.
Assembly: mscorlib (in mscorlib.dll)
public: [ObsoleteAttribute("Please use the ViewAndModify property instead.")] property String^ All { String^ get(); void set(String^ value); }
| Exception | Condition |
|---|---|
| NotSupportedException | The get method is not supported for this property. |
This property sets access for a single file or directory. Use additional attributes to specify additional files and directories.
.NET Framework
Available since 1.1
Available since 1.1
Show: