Topic.LastUsed Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public ReadOnly Property LastUsed As DateTime
Get
'Usage
Dim instance As Topic
Dim value As DateTime
value = instance.LastUsed
public DateTime LastUsed { get; }
public:
property DateTime LastUsed {
DateTime get ();
}
member LastUsed : DateTime
function get LastUsed () : DateTime
Property Value
Type: System.DateTime
Returns DateTime.