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)
Syntax
'Declaration
Property InformationTypes As String()
string[] InformationTypes { get; set; }
property array<String^>^ InformationTypes {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract InformationTypes : string[] with get, set
function get InformationTypes () : String[]
function set InformationTypes (value : String[])
Property Value
Type: array<System.String[]
The information types that will be returned from the query or queries.
Remarks
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.
.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.