ApplicationConfigChangedEventArgs.NewConfig

The NewConfig property contains an ApplicationConfiguration instance specifying the new settings of a server application.

Syntax

[C#]

  Copy imageCopy Code
public ApplicationConfiguration NewConfig {get;}

Syntax

[Visual Basic .NET]

  Copy imageCopy Code
Public ReadOnly Property NewConfig As ApplicationConfiguration

Requirements

Redistributable: Requires Microsoft Lync Server 2010

Namespace:Microsoft.Rtc.Sip

Assembly: ServerAgent (in ServerAgent.dll)

See Also