Click or drag to resize
UsersCollectionObjectFromUserName Method DataPA OpenAnalytics
DataPA OpenAnalytics 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
public User ObjectFromUserName(
	string UserName
)

Parameters

UserName
Type: SystemString
The Name of the User.

Return Value

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