Indicates whether access to the collection is synchronized.

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

Syntax

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

HeaderCollection
Dim 
value 
As 
Boolean

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

Property value

Type: System . . :: . . Boolean

Implements

ICollection . . :: . . IsSynchronized

See also