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