DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets the UsersCollection object that represents the users that have access to this server.
 
        
        Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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: 
UsersCollectionThe UsersCollection object that represents the users that have access to this server.
Return Value
Type: 
UsersCollectionThe UsersCollection object that represents the users that have access to this server.
Remarks
 See Also
See Also