BuildDetailSpec.InformationTypes Property

Gets the information types to return. A single element that has the value '*' indicates all information.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, Direction := ClientPropertySerialization.ClientToServerOnly)> _
Public ReadOnly Property InformationTypes As List(Of String)
[ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)]
public List<string> InformationTypes { get; }
[ClientPropertyAttribute(ClientVisibility::Public, ClientVisibility::Public, Direction = ClientPropertySerialization::ClientToServerOnly)]
public:
property List<String^>^ InformationTypes {
    List<String^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Public, ClientVisibility.Public, Direction = ClientPropertySerialization.ClientToServerOnly)>]
member InformationTypes : List<string> with get
function get InformationTypes () : List<String>

Property Value

Type: System.Collections.Generic.List<String>
Returns List<T>.

.NET Framework Security

See Also

Reference

BuildDetailSpec Class

Microsoft.TeamFoundation.Build.Server Namespace