Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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()
Get
Set
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.