SecurityRoleAttribute.Role 属性

定义

获取或设置安全角色。

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

属性值

安全角色应用于应用程序、组件、接口或方法。

适用于