PickWorkItemsControl.SelectedQueryId Property

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

‘선언
Public Property SelectedQueryId As Nullable(Of Guid)
    Get
    Set
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>

.NET Framework Security

See Also

Reference

PickWorkItemsControl Class

Microsoft.TeamFoundation.Controls Namespace