Share via


Revision.Fields Property

Gets the fields of the work item in this revision.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Fields As FieldCollection
public FieldCollection Fields { get; }
public:
property FieldCollection^ Fields {
    FieldCollection^ get ();
}
member Fields : FieldCollection with get
function get Fields () : FieldCollection

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.FieldCollection
Returns FieldCollection.

.NET Framework Security

See Also

Reference

Revision Class

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace