PickWorkItemsControl.SelectedQueryId Property

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

Syntax

'Declaration
Public Property SelectedQueryId As Nullable(Of Guid)
public Nullable<Guid> SelectedQueryId { get; set; }
public:
property Nullable<Guid> SelectedQueryId {
    Nullable<Guid> get ();
    void set (Nullable<Guid> value);
}
member SelectedQueryId : Nullable<Guid> with get, set
function get SelectedQueryId () : Nullable<Guid>
function set SelectedQueryId (value : Nullable<Guid>)

Property Value

Type: System.Nullable<Guid>
Returns Guid.

.NET Framework Security

See Also

Reference

PickWorkItemsControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace