ISubscriber.Identity Property

.NET Framework 4

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

Syntax

'Declaration
ReadOnly Property Identity As String 
    Get
'Usage
Dim instance As ISubscriber 
Dim value As String 

value = instance.Identity
string Identity { get; }
property String^ Identity {
    String^ get ();
}
abstract Identity : string
function get Identity () : String

Property Value

Type: System.String
Returns String.

See Also

Reference

ISubscriber Interface

Microsoft.AspNet.SignalR.Messaging Namespace