{introducedin: 8.4}{description}
{excerpt}Returns the {{SourceField}} with the specified name.
{excerpt}
{signature:C#}
 public SourceField this[String name] { get; }
{signature}{signature:vb.net}
Public Default ReadOnly Property Item(ByVal name As String) As SourceField
{signature}
{parameters}
{param:name}The name of the {{SourceField}} to return.{param}
{returns}The {{SourceField}} with the specified name.{returns}