The SyncRootproperty contains an object that is used to synchronize access to the collection. This implementation always returns the current instance of the AppViaStampCollection object.

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

Syntax

Visual Basic (declaration)
Public 
ReadOnly 
Property 
SyncRoot 
As 
Object
	
Get
Visual Basic (usage)
Dim 
instance 
As 

AppViaStampCollection
Dim 
value 
As 
Object

value = instance.
SyncRoot
C#
public 
Object 
SyncRoot { 
get; }

Property value

Type: System . . :: . . Object

Implements

ICollection . . :: . . SyncRoot

See also