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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.