This documentation is archived and is not being maintained.

IBuildDefinitionSpec::Options Property

Gets or sets the query options that are used to determine whether supporting objects are returned from the query.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property QueryOptions Options {
	QueryOptions get ();
	void set (QueryOptions value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::QueryOptions
The query options that are used to determine whether supporting objects are returned from the query.

Show: