ClientHubInvocation.Target Property

.NET Framework 4

The signal that clients receiving this invocation are subscribed to.

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

Syntax

'Declaration
<JsonIgnoreAttribute> _
Public Property Target As String 
    Get 
    Set
'Usage
Dim instance As ClientHubInvocation 
Dim value As String 

value = instance.Target

instance.Target = value
[JsonIgnoreAttribute]
public string Target { get; set; }
[JsonIgnoreAttribute]
public:
property String^ Target {
    String^ get ();
    void set (String^ value);
}
[<JsonIgnoreAttribute>]
member Target : string with get, set
function get Target () : String 
function set Target (value : String)

Property Value

Type: System.String
Returns String.

See Also

Reference

ClientHubInvocation Class

Microsoft.AspNet.SignalR.Hubs Namespace