DataPA Enterprise Dashboard Controls API Reference
Gets and sets a Category in this collection.

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

Syntax

C#
public Category this[
	int Index
] { get; set; }
Visual Basic
Public Property Item ( 
	Index As Integer
) As Category
	Get
	Set
Visual C++
public:
virtual property Category^ Item[int Index] {
	Category^ get (int Index) sealed;
	void set (int Index, Category^ value) sealed;
}

Parameters

Index
Type: System..::..Int32
The index of the Category

Property Value

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

Return Value

Type: Category
The Category you wish to retrieve from the collection.

Remarks