BuildDetail.Information-Eigenschaft
Ruft die Buildinformationsknotenhierarchie ab.
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; }
Eigenschaftswert
Typ: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<BuildInformationNode>
Gibt StreamingCollection<T> zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.