TeamFoundationRequestContext.Items Property
A property bag for storing items on the request context. Words that start with '$' are reserved.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property Items As Dictionary(Of String, Object)
public virtual Dictionary<string, Object> Items { get; }
public:
virtual property Dictionary<String^, Object^>^ Items {
Dictionary<String^, Object^>^ get ();
}
abstract Items : Dictionary<string, Object> with get
override 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.