Returns the SourceField with the specified name.

 public SourceField this[String name] { get; }
Public Default ReadOnly Property Item(ByVal name As String) As SourceField

The name of the SourceField to return.

The SourceField with the specified name.