This documentation is archived and is not being maintained.

IBuildDetailSpec::InformationTypes Property

Gets or sets the information types that will be returned from the query or queries.

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

property array<String^>^ InformationTypes {
	array<String^>^ get ();
	void set (array<String^>^ value);
}

Property Value

Type: array<System::String>
The information types that will be returned from the query or queries.

A "*" will retrieve all information types. An empty array will retrieve no information types.

Any other array will match types verbatim. Valid types include the members of Microsoft.TeamFoundation.Build.Common.InformationTypes.

Show: