Kentico 8.2 API Reference
Kentico 8.2 API Reference
Namespaces
CMS.DataEngine
ObjectCollection(TObject) Class
ObjectCollection(TObject) Properties
Item Property
Item Property (Int32)
Item Property (String)
ObjectCollection
TObject
Item Property (Int32)
Gets or sets the object on specific index.
Namespace:
CMS.DataEngine
Assembly:
CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
Copy
public
virtual
TObject
this
[
int
index
] {
get
;
set
; }
Parameters
index
Type:
System
Int32
Object index to get
Property Value
Type:
TObject
Implements
IIndexable
ObjectType
Item
Int32
See Also
Reference
ObjectCollection
TObject
Class
Item Overload
CMS.DataEngine Namespace
Copyright (c) 2015 Kentico Software
Send comments on this topic to
support@kentico.com