Click or drag to resize

UserDataCacheItem Property

Gets or sets UserData for given loginID.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public UserData this[
	string loginID
] { get; set; }
View Source

Parameters

loginID  String
Login ID of associated UserData to load or save.

Return Value

UserData
Reference to UserData for given loginID if found; otherwise null.
See Also