Compartir a través de


BuildDetail.Information Property

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

BuildDetail Class

Microsoft.TeamFoundation.Build.Server Namespace