IBuildDefinitionSourceProvider.Fields Property

Gets a dictionary of Fields that are used by the Source Provider.

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

Syntax

'Declaration
ReadOnly Property Fields As IDictionary(Of String, String)
IDictionary<string, string> Fields { get; }
property IDictionary<String^, String^>^ Fields {
    IDictionary<String^, String^>^ get ();
}
abstract Fields : IDictionary<string, string> with get
function get Fields () : IDictionary<String, String>

Property Value

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

.NET Framework Security

See Also

Reference

IBuildDefinitionSourceProvider Interface

Microsoft.TeamFoundation.Build.Client Namespace