.NET Framework 4
Namespace:  Microsoft.AspNet.SignalR.Client
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Property MessageId As String 
    Get 
    Set
'Usage
Dim instance As IConnection 
Dim value As String 
value = instance.MessageId
instance.MessageId = value
string MessageId { get; set; }
property String^ MessageId {
    String^ get ();
    void set (String^ value);
}
abstract MessageId : string with get, set
function get MessageId () : String 
function set MessageId (value : String)
Property Value
Type: System.String
Returns String.