Subscription::Identity Property

.NET Framework 4.5

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

public:
virtual property String^ Identity {
	String^ get () sealed;
	private: void set (String^ value) sealed;
}

Property Value

Type: System::String
Returns String.

Implements

ISubscription::Identity
Show: