Whether the application is enabled.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
Enabled 
As 
Boolean
	
Get
Visual Basic (usage)
Dim 
instance 
As 

ApplicationConfiguration
Dim 
value 
As 
Boolean

value = instance.
Enabled
C#
public 
bool 
Enabled { 
get; }

Property value

Type: System . . :: . . Boolean

See also