Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SessionFragmentCollection Class / Item Property / Item(Guid) Property
The name of the field to get.

Item(Guid) Property
Gets the element at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal ID As Guid _
) As SessionFragment
 

Parameters

ID
The name of the field to get.

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
ID is not a valid name in the IList.
The property is set and the IList is read-only.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also