InformationAddRequest.Fields Property

The fields to associate with the node.

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

Syntax

'Declaration
Public ReadOnly Property Fields As List(Of InformationField)
public List<InformationField> Fields { get; }
public:
property List<InformationField^>^ Fields {
    List<InformationField^>^ get ();
}
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

InformationAddRequest Class

Microsoft.TeamFoundation.Build.Server Namespace