MagicCMS Documentation
MagicUserCollection
.
.
::
.
.
Item Property
Gets or sets the element at the specified index.
Namespace:
MagicCMS.Core
Assembly:
MagicCMS.4.5
(in MagicCMS.4.5.dll)
Syntax
C#
public
MagicUser
this
[
int
index
] {
get
;
set
; }
Parameters
index
Type:
Int32
The index.
Return Value
MagicUser.
See Also
MagicUserCollection Class
MagicCMS.Core Namespace