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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace