IBuildAgent.AttachedProperties Property

Attached properties

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

IBuildAgent Interface

Microsoft.TeamFoundation.Build.Client Namespace