UsersCollectionObjectFromUserName Method |
|
DataPA OpenAnalytics 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 public User ObjectFromUserName(
string UserName
)
Public Function ObjectFromUserName (
UserName As String
) As User
public:
virtual User^ ObjectFromUserName(
String^ UserName
) sealed
function ObjectFromUserName(UserName);
Parameters
- UserName
- Type: SystemString
The Name of the User.
Return Value
Type:
UserThe user object with the User Name if it exists in the collection.
Remarks See Also