OperationParameterInfoCollection::ICollection<OperationParameterInfo^>::IsReadOnly Property

 

Gets a value indicating whether the ICollection<T> is read-only.

Namespace:   System.Workflow.Activities
Assembly:  System.WorkflowServices (in System.WorkflowServices.dll)

private:
property bool IsReadOnly {
	virtual bool get() sealed = ICollection<OperationParameterInfo^>::IsReadOnly::get;
}

Property Value

Type: System::Boolean

true if the ICollection<T> is read-only; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: