Message.IsCommand Property
.NET Framework 4
Namespace: Microsoft.AspNet.SignalR.Messaging
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public ReadOnly Property IsCommand As Boolean
Get
'Usage
Dim instance As Message
Dim value As Boolean
value = instance.IsCommand
public bool IsCommand { get; }
public:
property bool IsCommand {
bool get ();
}
member IsCommand : bool
function get IsCommand () : boolean
Property Value
Type: System.Boolean
Returns Boolean.