TeamFoundationServiceHost.Items Property
The Items collection allows for others in the system to store named data in the context of a single service host.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property Items As Dictionary(Of String, Object)
public Dictionary<string, Object> Items { get; }
public:
property Dictionary<String^, Object^>^ Items {
Dictionary<String^, Object^>^ get ();
}
member Items : Dictionary<string, Object> with get
function get Items () : Dictionary<String, Object>
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
Returns Dictionary<TKey, TValue>.
.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.