BuildDetail.Information Property
Namespace: Microsoft.TeamFoundation.Build.Server
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Декларация
<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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.