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