A Boolean flag indicating whether the notification is the initial notification (true) or not (false). An initial notification is a side effect of the registration.

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

Syntax

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

ApplicationConfigChangedEventArgs
Dim 
value 
As 
Boolean

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

Property value

Type: System . . :: . . Boolean

See also