InformationAddRequest2010.Fields Property

The fields to associate with the node.

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

Syntax

'Declaration
Public ReadOnly Property Fields As List(Of InformationField2010)
public List<InformationField2010> Fields { get; }
public:
property List<InformationField2010^>^ Fields {
    List<InformationField2010^>^ get ();
}
member Fields : List<InformationField2010> with get
function get Fields () : List<InformationField2010>

Property Value

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

.NET Framework Security

See Also

Reference

InformationAddRequest2010 Class

Microsoft.TeamFoundation.Build.Server.Compatibility Namespace