|
UserRoleCacheItem Property
|
Gets or sets access roles for given userName.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.207-beta
Syntax Public Default Property Item (
userName As String
) As String()
Get
Set
member Item : string[] with get, set
function get_Item(userName);
function set_Item(value);
View SourceParameters
- userName String
- User name for associated access role to load or save.
Return Value
StringAccess roles for given
userName if found; otherwise
null.
See Also