DataPA Enterprise Dashboard Controls API Reference
Returns a user object with the User Name if it exists in the collection.
Namespace: DataPAServerSecurityAssembly: 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 |
Return Value
Type:
UserThe user object with the User Name if it exists in the collection.
Remarks
See Also