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

Item(String) Property
Gets the element at the specified index.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal fieldName As String _
) As FieldDefinition
 

Parameters

fieldName
The name of the field to get.

Property Value

The element at the specified index.
Exceptions
ExceptionDescription
fieldName 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