Share via


Message.CommandId Property

.NET Framework 4

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

Syntax

'Declaration
Public Property CommandId As String 
    Get 
    Set
'Usage
Dim instance As Message 
Dim value As String 

value = instance.CommandId

instance.CommandId = value
public string CommandId { get; set; }
public:
property String^ CommandId {
    String^ get ();
    void set (String^ value);
}
member CommandId : string with get, set
function get CommandId () : String 
function set CommandId (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

Message Class

Microsoft.AspNet.SignalR.Messaging Namespace