PermissionSetAttribute.XML 属性

定义

获取或设置权限集的 XML 表示形式。

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

属性值

String

权限集的 XML 表示形式。

适用于