MultiValuedPropertyBase.SyncRoot Property

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property SyncRoot As Object
    Get
'Usage
Dim instance As MultiValuedPropertyBase
Dim value As Object

value = instance.SyncRoot
public abstract Object SyncRoot { get; }

Property Value

Type: System.Object
Returns Object.

Implements

ICollection.SyncRoot