|
AuthorizeHubRoleAttributeAllowedRoles Property
|
Gets the allowed Roles as a string array.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string[] AllowedRoles { get; }
Public ReadOnly Property AllowedRoles As String()
Get
public:
property array<String^>^ AllowedRoles {
array<String^>^ get ();
}
member AllowedRoles : string[] with get
function get_AllowedRoles();
View SourceProperty Value
StringSee Also