PermissionSetAttribute::File Property
.NET Framework (current version)
Gets or sets a file containing the XML representation of a custom permission set to be declared.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::String^The physical path to the file containing the XML representation of the permission set.
If the file specified is Unicode, set the UnicodeEncoded property to true.
The following code shows the use of the File property. This code example is part of a larger example provided for the PermissionSetAttribute class.
.NET Framework
Available since 1.1
Available since 1.1
Show: