Share via


Command.CommandType Property

.NET Framework 4

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

Syntax

'Declaration
Public Property CommandType As CommandType 
    Get 
    Set
'Usage
Dim instance As Command 
Dim value As CommandType 

value = instance.CommandType

instance.CommandType = value
public CommandType CommandType { get; set; }
public:
property CommandType CommandType {
    CommandType get ();
    void set (CommandType value);
}
member CommandType : CommandType with get, set
function get CommandType () : CommandType 
function set CommandType (value : CommandType)

Property Value

Type: Microsoft.AspNet.SignalR.Messaging.CommandType
Returns CommandType.

See Also

Reference

Command Class

Microsoft.AspNet.SignalR.Messaging Namespace