DataPA Enterprise Dashboard Controls API Reference
Returns a value that indicates if an object with the User Name exists in the collection.

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

Syntax

C#
public bool ContainsUserName(
	string UserName
)
Visual Basic
Public Function ContainsUserName ( 
	UserName As String
) As Boolean
Visual C++
public:
virtual bool ContainsUserName(
	String^ UserName
) sealed

Parameters

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

Return Value

Type: Boolean
True if an object with the User Name exists in the collection.

Remarks