LocalEventKeyInfo.MinLocal Property

.NET Framework 4.5

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

Syntax

'Declaration
Public Property MinLocal As ULong 
    Get 
    Set
'Usage
Dim instance As LocalEventKeyInfo 
Dim value As ULong 

value = instance.MinLocal

instance.MinLocal = value
public ulong MinLocal { get; set; }
public:
property unsigned long long MinLocal {
    unsigned long long get ();
    void set (unsigned long long value);
}
member MinLocal : uint64 with get, set
function get MinLocal () : ulong 
function set MinLocal (value : ulong)

Property Value

Type: System.UInt64
Returns UInt64.

See Also

Reference

LocalEventKeyInfo Class

Microsoft.AspNet.SignalR.Messaging Namespace