PickWorkItemsControl.PopulateInitially Property

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

Syntax

'Declaration
Public Property PopulateInitially As Boolean
public bool PopulateInitially { get; set; }
public:
property bool PopulateInitially {
    bool get ();
    void set (bool value);
}
member PopulateInitially : bool with get, set
function get PopulateInitially () : boolean 
function set PopulateInitially (value : boolean)

Property Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

PickWorkItemsControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace