BuildDetail.Information Property

Gets the build information node hierarchy.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, Direction := ClientPropertySerialization.ServerToClientOnly,  _
    PropertyName := "InternalInformation")> _
Public ReadOnly Property Information As StreamingCollection(Of BuildInformationNode)
[ClientPropertyAttribute(ClientVisibility.Internal, Direction = ClientPropertySerialization.ServerToClientOnly, 
    PropertyName = "InternalInformation")]
public StreamingCollection<BuildInformationNode> Information { get; }
[ClientPropertyAttribute(ClientVisibility::Internal, Direction = ClientPropertySerialization::ServerToClientOnly, 
    PropertyName = L"InternalInformation")]
public:
property StreamingCollection<BuildInformationNode^>^ Information {
    StreamingCollection<BuildInformationNode^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Internal, Direction = ClientPropertySerialization.ServerToClientOnly, 
    PropertyName = "InternalInformation")>]
member Information : StreamingCollection<BuildInformationNode> with get
function get Information () : StreamingCollection<BuildInformationNode>

Property Value

Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BuildInformationNode>
Returns StreamingCollection<T>.

.NET Framework Security

See Also

Reference

BuildDetail Class

Microsoft.TeamFoundation.Build.Server Namespace