CategoriesCollectionItem Property (Int32) |
|
DataPA OpenAnalytics API Reference
Gets and sets a Category in this collection.
Namespace: DataPAServerSecurityAssembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Category this[
int Index
] { get; set; }
Public Property Item (
Index As Integer
) As Category
Get
Set
public:
virtual property Category^ Item[int Index] {
Category^ get (int Index) sealed;
void set (int Index, Category^ value) sealed;
}
function get_Item(Index);
function set_Item(value);
Parameters
- Index
- Type: SystemInt32
The index of the Category
Property Value
Type:
CategoryThe Category you wish to place in the collection.
Return Value
Type:
CategoryThe Category you wish to retrieve from the collection.
Remarks See Also