Connection.MessageId Property

.NET Framework 4

Gets or sets the last message id for the connection.

Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

Syntax

'Declaration
Public Property MessageId As String 
    Get 
    Set
'Usage
Dim instance As Connection 
Dim value As String 

value = instance.MessageId

instance.MessageId = value
public string MessageId { get; set; }
public:
virtual property String^ MessageId {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract MessageId : string with get, set 
override MessageId : string with get, set
final function get MessageId () : String 
final function set MessageId (value : String)

Property Value

Type: System.String
Returns String.

Implements

IConnection.MessageId

See Also

Reference

Connection Class

Microsoft.AspNet.SignalR.Client Namespace