Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.Redis
Assembly:  Microsoft.AspNet.SignalR.Redis (in Microsoft.AspNet.SignalR.Redis.dll)
Syntax
'Declaration
Public Property Id As Long 
    Get 
    Set
'Usage
Dim instance As RedisMessage 
Dim value As Long 
value = instance.Id
instance.Id = value
public long Id { get; set; }
public:
property long long Id {
    long long get ();
    void set (long long value);
}
member Id : int64 with get, set
function get Id () : long 
function set Id (value : long)
Property Value
Type: System.Int64
Returns Int64.