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
- 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.