Share via


Fact.Fields Property

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public ReadOnly Property Fields As ArrayList
'Usage
Dim instance As Fact 
Dim value As ArrayList 

value = instance.Fields
public ArrayList Fields { get; }
public:
property ArrayList^ Fields {
    ArrayList^ get ();
}
public function get Fields () : ArrayList

Property Value

Type: System.Collections.ArrayList

.NET Framework Security

See Also

Reference

Fact Class

Fact Members

Microsoft.TeamFoundation.Warehouse Namespace