PermissionSetAttribute::File Property

 

Gets or sets a file containing the XML representation of a custom permission set to be declared.

Namespace:   System.Security.Permissions
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ File {
	String^ get();
	void set(String^ value);
}

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: