Share via


TopicLookup.Item Property

.NET Framework 4

Namespace:  Microsoft.AspNet.SignalR.Messaging
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    key As String _
) As Topic 
    Get
'Usage
Dim instance As TopicLookup 
Dim key As String 
Dim value As Topic 

value = instance(key)
public Topic this[
    string key
] { get; }
public:
property Topic^ default[String^ key] {
    Topic^ get (String^ key);
}
member Item : Topic
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.AspNet.SignalR.Messaging.Topic

See Also

Reference

TopicLookup Class

Microsoft.AspNet.SignalR.Messaging Namespace