WorkflowRuntimeServiceElement::Parameters Property

 

Gets the parameters for this service.

Namespace:   System.Workflow.Runtime.Configuration
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

public:
property NameValueCollection^ Parameters {
	NameValueCollection^ get();
}

Property Value

Type: System.Collections.Specialized::NameValueCollection^

A NameValueCollection that specifies the parameters for the service.

.NET Framework
Available since 3.0
Return to top
Show: