DataPA Enterprise Dashboard Controls API Reference
Gets and sets the UsersCollection object that represents the users that have access to this server.

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

Syntax

C#
public UsersCollection Users { get; set; }
Visual Basic
Public Property Users As UsersCollection
	Get
	Set
Visual C++
public:
virtual property UsersCollection^ Users {
	UsersCollection^ get () sealed;
	void set (UsersCollection^ value) sealed;
}

Property Value

Type: UsersCollection
The UsersCollection object that represents the users that have access to this server.

Return Value

Type: UsersCollection
The UsersCollection object that represents the users that have access to this server.

Remarks