PermissionSetAttribute.Hex 属性

定义

获取或设置 XML 编码的权限集的十六进制表示形式。

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

属性值

String

XML 编码的权限集的十六进制表示形式。

适用于