BuildDetail2010.Information Property

Gets the build information node hierarchy.

Namespace:  Microsoft.TeamFoundation.Build.Server.Compatibility
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 BuildInformationNode2010)
[ClientPropertyAttribute(ClientVisibility.Internal, Direction = ClientPropertySerialization.ServerToClientOnly, 
    PropertyName = "InternalInformation")]
public StreamingCollection<BuildInformationNode2010> Information { get; }
[ClientPropertyAttribute(ClientVisibility::Internal, Direction = ClientPropertySerialization::ServerToClientOnly, 
    PropertyName = L"InternalInformation")]
public:
property StreamingCollection<BuildInformationNode2010^>^ Information {
    StreamingCollection<BuildInformationNode2010^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Internal, Direction = ClientPropertySerialization.ServerToClientOnly, 
    PropertyName = "InternalInformation")>]
member Information : StreamingCollection<BuildInformationNode2010> with get
function get Information () : StreamingCollection<BuildInformationNode2010>

Property Value

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

.NET Framework Security

See Also

Reference

BuildDetail2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace