Share via


ServerIdManager.ServerId Property

.NET Framework 4

The id of the server.

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

Syntax

'Declaration
Public Property ServerId As String 
    Get 
    Private Set
'Usage
Dim instance As ServerIdManager 
Dim value As String 

value = instance.ServerId
public string ServerId { get; private set; }
public:
virtual property String^ ServerId {
    String^ get () sealed;
    private: void set (String^ value) sealed;
}
abstract ServerId : string with get, private set 
override ServerId : string with get, private set
final function get ServerId () : String 
private final function set ServerId (value : String)

Property Value

Type: System.String
Returns String.

Implements

IServerIdManager.ServerId

See Also

Reference

ServerIdManager Class

Microsoft.AspNet.SignalR.Infrastructure Namespace