IBuildDetailSpec.InformationTypes Property
Gets or sets the information types to be returned from a query or queries. An asterisk wildcard character (*) retrieves all information types, an empty array retrieves no information types, and any other array matches the specified types exactly.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Property InformationTypes As String()
'Usage
Dim instance As IBuildDetailSpec
Dim value As String()
value = instance.InformationTypes
instance.InformationTypes = value
string[] InformationTypes { get; set; }
property array<String^>^ InformationTypes {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get InformationTypes () : String[]
function set InformationTypes (value : String[])
Property Value
Type: array<System.String[]
.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.