Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the query options to use when it queries the server.
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 IQueuedBuildsView
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.