This documentation is archived and is not being maintained.

WorkItemType::DisplayForm Property

Gets the URL of the display form for this work item type.

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

public:
property String^ DisplayForm {
	String^ get ();
}

Property Value

Type: System::String
The URL of the display form for this work item type.

The display form contains information about how a WorkItem of this WorkItemType will be displayed.

Show: