Share via


BuildInformationNode.Fields Property

Gets the associated fields.

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

Syntax

'Declaration
<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName := "InternalFields")> _
Public ReadOnly Property Fields As List(Of InformationField)
[ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName = "InternalFields")]
public List<InformationField> Fields { get; }
[ClientPropertyAttribute(ClientVisibility::Internal, ClientVisibility::Private, PropertyName = L"InternalFields")]
public:
property List<InformationField^>^ Fields {
    List<InformationField^>^ get ();
}
[<ClientPropertyAttribute(ClientVisibility.Internal, ClientVisibility.Private, PropertyName = "InternalFields")>]
member Fields : List<InformationField> with get
function get Fields () : List<InformationField>

Property Value

Type: System.Collections.Generic.List<InformationField>
Returns List<T>.

.NET Framework Security

See Also

Reference

BuildInformationNode Class

Microsoft.TeamFoundation.Build.Server Namespace