The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
OperationParameterInfoCollection::Item Property (String^)
.NET Framework (current version)
Gets or sets the element with the specified key.
Assembly: System.WorkflowServices (in System.WorkflowServices.dll)
public: property OperationParameterInfo^ default[ String^ key ] { OperationParameterInfo^ get(String^ key); }
Parameters
- key
-
Type:
System::String^
The key value of the requested element.
Property Value
Type: System.Workflow.Activities::OperationParameterInfo^An OperationParameterInfo object representing the element with the specified key.
.NET Framework
Available since 3.5
Available since 3.5
Show: