Windows apps
Collapse the table of content
Expand the table of content
Information
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^)

 

Gets or sets the element with the specified key.

Namespace:   System.Workflow.Activities
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
Return to top
Show:
© 2017 Microsoft