Indicates a file containing the XML representation of a custom permission set to be declared.
[Visual Basic] Public Property File As String [C#] public string File {get; set;} [C++] public: __property String* get_File(); public: __property void set_File(String*); [JScript] public function get File() : String; public function set File(String);
The physical path to the file containing the XML representation of the permission set.
If the file specified is Unicode be sure to set the UnicodeEncoded property to true.
PermissionSetAttribute Class | PermissionSetAttribute Members | System.Security.Permissions Namespace