IsReadOnly property

Gets a value that indicates whether the SAParameterCollection is read-only.

Visual Basic syntax

Public ReadOnly Overrides Property IsReadOnly As Boolean

C# syntax

public override bool IsReadOnly {get;}

Remarks

True if this collection is read-only, false otherwise.