ServerSecurityUsers Property |
|
DataPA OpenAnalytics 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 public UsersCollection Users { get; set; }
Public Property Users As UsersCollection
Get
Set
public:
virtual property UsersCollection^ Users {
UsersCollection^ get () sealed;
void set (UsersCollection^ value) sealed;
}
function get_Users();
function set_Users(value);
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