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)
Syntax
'Declaration
ReadOnly Property Fields As Dictionary(Of String, String)
Dictionary<string, string> Fields { get; }
property Dictionary<String^, String^>^ Fields {
Dictionary<String^, String^>^ get ();
}
abstract Fields : Dictionary<string, string> with get
function get Fields () : Dictionary<String, String>
Property Value
Type: System.Collections.Generic.Dictionary<String, String>
The custom name-value pairs that are associated with this information node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.