In This Article

IFieldDefinitionCollection Interface

Provides the base requirements for a collection of IFieldDefinition objects.

public interface IFieldDefinitionCollection : IObservableCollection<IFieldDefinition>

Properties

this[string]

Gets the IFieldDefinition with the specified name.

[C#] In C#, this property is the indexer for the IFieldDefinitionCollection interface.

IFieldDefinition this[string name] { get; }
Parameter Type Description
name string

The name of the IFieldDefinition to return.

Property Value

IFieldDefinition:

The IFieldDefinition with the specified name.

Inherited Members