|
UserRoleCacheItem Property
|
Gets or sets access roles for given userName.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic string[] this[
string userName
] { get; set; }
Public Default Property Item (
userName As String
) As String()
Get
Set
public:
property array<String^>^ default[String^ userName] {
array<String^>^ get (String^ userName);
void set (String^ userName, array<String^>^ value);
}
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