LocalEventKeyInfo.Count Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Property Count As Integer
Get
Set
'Usage
Dim instance As LocalEventKeyInfo
Dim value As Integer
value = instance.Count
instance.Count = value
public int Count { get; set; }
public:
property int Count {
int get ();
void set (int value);
}
member Count : int with get, set
function get Count () : int
function set Count (value : int)
Property Value
Type: System.Int32
Returns Int32.