This documentation is archived and is not being maintained.

IBuildInformationNode::Fields Property

Gets the custom name-value pairs that are associated with this information node.

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

property Dictionary<String^, String^>^ Fields {
	Dictionary<String^, String^>^ get ();
}

Property Value

Type: System.Collections.Generic::Dictionary<String, String>
The custom name-value pairs that are associated with this information node.

Show: