This documentation is archived and is not being maintained.

WorkItemCollection::DefaultProjectHint Property

Gets or sets the Id of the Project to support in partial opening.

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

public:
property int DefaultProjectHint {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The Id of the Project to support in partial opening.

If the DefaultProjectHint property is set, when WorkItem::PartialOpen() is called, only the Fields that are being used by the specified project are paged in. If the DefaultProjectHint property is not set, all Fields will be paged in.

Show: