Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the additional data to be returned from the query or queries.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property QueryOptions As QueryOptions
'Usage
Dim instance As IBuildDetailSpec
Dim value As QueryOptions
value = instance.QueryOptions
instance.QueryOptions = value
QueryOptions QueryOptions { get; set; }
property QueryOptions QueryOptions {
QueryOptions get ();
void set (QueryOptions value);
}
function get QueryOptions () : QueryOptions
function set QueryOptions (value : QueryOptions)
Property Value
Type: Microsoft.TeamFoundation.Build.Client.QueryOptions
.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.