Click or drag to resize

SimpleListChangeTrackingTItem Property (String)

Gets the object with the specified string.

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

Parameters

str
Type: SystemString
The string to match to ToString() method of object.

Return Value

Type: T
First object that's ToString() value equals str.
See Also