|
UserDataCacheItem Property
|
Gets or sets
UserData for given
loginID.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax Public Default Property Item (
loginID As String
) As UserData
Get
Set
function get_Item(loginID);
function set_Item(value);
View SourceParameters
- loginID String
- Login ID of associated UserData to load or save.
Return Value
UserDataReference to
UserData for given
loginID if found; otherwise
null.
See Also