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

See Also

Reference

TeamFoundationRequestContext Class

Microsoft.TeamFoundation.Framework.Server Namespace