The current server role.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Role 
As 

ServerAgent

.
.
::
.
.
ServerRole
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ServerAgent
Dim 
value 
As 

ServerAgent

.
.
::
.
.
ServerRole

value = instance.
Role
C#
public 

ServerAgent

.
.
::
.
.
ServerRole 
Role { 
get; }

See also