ContainerItem.Fields Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public ReadOnly Property Fields As ItemCollection(Of Field)
public ItemCollection<Field> Fields { get; }
public:
property ItemCollection<Field^>^ Fields {
    ItemCollection<Field^>^ get ();
}
member Fields : ItemCollection<Field> with get
function get Fields () : ItemCollection<Field>

Property Value

Type: Microsoft.TeamFoundation.Warehouse.ItemCollection<Field>
Returns ItemCollection<T>.

.NET Framework Security

See Also

Reference

ContainerItem Class

Microsoft.TeamFoundation.Warehouse Namespace