NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PermissionSetAttribute.File

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);

Property Value

The physical path to the file containing the XML representation of the permission set.

Remarks

If the file specified is Unicode be sure to set the UnicodeEncoded property to true.

See Also

PermissionSetAttribute Class | PermissionSetAttribute Members | System.Security.Permissions Namespace