Click or drag to resize
UsersCollectionItem Property (Int32) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a User in this collection.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public User this[
	int Index
] { get; set; }

Parameters

Index
Type: SystemInt32
The index of the User

Property Value

Type: User
The User you wish to place in the collection.

Return Value

Type: User
The User you wish to retrieve from the collection.
Remarks