|
RestrictAccessAttributeRoles Property
|
Gets or sets the list of either roles the current thread principal must have in order to have access.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public string[] Roles { get; set; }
Public Property Roles As String()
Get
Set
public:
property array<String^>^ Roles {
array<String^>^ get ();
void set (array<String^>^ value);
}
member Roles : string[] with get, set
function get_Roles();
function set_Roles(value);
View SourceProperty Value
StringSee Also