Click or drag to resize

ObjectsPagingResultsT, UItem Property

Gets the object at the specified index.

Namespace:  Koopman.CheckPoint.Common
Assembly:  CheckPoint.NET (in CheckPoint.NET.dll) Version: 0.5.1
Syntax
C#
public T this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: T
Exceptions
ExceptionCondition
NotImplementedException
See Also