Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
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.