Share via


IConnection.Items Property

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
ReadOnly Property Items As IDictionary(Of String, Object)
    Get
'Usage
Dim instance As IConnection 
Dim value As IDictionary(Of String, Object)

value = instance.Items
IDictionary<string, Object> Items { get; }
property IDictionary<String^, Object^>^ Items {
    IDictionary<String^, Object^>^ get ();
}
abstract Items : IDictionary<string, Object>
function get Items () : IDictionary<String, Object>

Property Value

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

See Also

Reference

IConnection Interface

Microsoft.AspNet.SignalR.Client Namespace