Share via


ServicingContext.Items Property

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ServicingContext Class

Microsoft.TeamFoundation.Framework.Server Namespace