Dela via


IBuildInformationNode.Fields Property

Gets the custom name/value pairs associated with the information node.

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

Syntax

'Declaration
ReadOnly Property Fields As Dictionary(Of String, String)
'Usage
Dim instance As IBuildInformationNode 
Dim value As Dictionary(Of String, String)

value = instance.Fields
Dictionary<string, string> Fields { get; }
property Dictionary<String^, String^>^ Fields {
    Dictionary<String^, String^>^ get ();
}
function get Fields () : Dictionary<String, String>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

.NET Framework Security

See Also

Reference

IBuildInformationNode Interface

IBuildInformationNode Members

Microsoft.TeamFoundation.Build.Client Namespace