ApplicationConfiguration.Enabled

The ApplicationConfiguration.Enabled property indicates whether the application configuration is enabled (True) or not (False).

Syntax

[C#]

  Copy imageCopy Code
public bool Enabled {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property Enabled As Boolean

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also