通过


PermissionSetAttribute.File 属性

定义

获取或设置一个文件,其中包含要声明的自定义权限集的 XML 表示形式。

public:
 property System::String ^ File { System::String ^ get(); void set(System::String ^ value); };
public string File { get; set; }
member this.File : string with get, set
Public Property File As String

属性值

包含权限集的 XML 表示形式的文件的物理路径。

注解

如果指定的文件为 Unicode,请将 UnicodeEncoded 属性设置为 true.

适用于