OperationParameterInfoCollection::ICollection::SyncRoot Property

 

Gets an object that can be used to synchronize access to the ICollection.

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

private:
property Object^ SyncRoot {
	virtual Object^ get() sealed = ICollection::SyncRoot::get;
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the ICollection.

.NET Framework
Available since 3.5
Return to top
Show: