IsSynchronized property

Gets a value that indicates whether the SAParameterCollection object is synchronized.

Visual Basic syntax

Public ReadOnly Overrides Property IsSynchronized As Boolean

C# syntax

public override bool IsSynchronized {get;}

Remarks

True if this collection is synchronized, false otherwise.