DataPA Enterprise Dashboard Controls API Reference
Returns a user object with the User Name if it exists in the collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public User ObjectFromUserName(
	string UserName
)
Visual Basic
Public Function ObjectFromUserName ( 
	UserName As String
) As User
Visual C++
public:
virtual User^ ObjectFromUserName(
	String^ UserName
) sealed

Parameters

UserName
Type: System..::..String
The Name of the User.

Return Value

Type: User
The user object with the User Name if it exists in the collection.

Remarks