PickWorkItemsControl.SelectedQueryId Property
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaración
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
- 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.