Click or drag to resize

EventLogMessageCollectionItem Property

Retrieves the item at the specified indexed location in the collection.

Namespace:  ABB.Robotics.Controllers.EventLogDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public EventLogMessage this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Property Value

Type: EventLogMessage
The item at the specified location.
See Also