WorkflowRuntimeServiceElementCollection::GetElementKey Method (ConfigurationElement^)
.NET Framework (current version)
Returns a key for the specified WorkflowRuntimeServiceElement.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
Parameters
- settings
-
Type:
System.Configuration::ConfigurationElement^
A ConfigurationElement for which to return a key.
Return Value
Type: System::Object^The assembly-qualified type name of the service for the WorkflowRuntimeServiceElement specified by settings.
settings should specify a WorkflowRuntimeServiceElement. The WorkflowRuntimeServiceElement::Type for settings is returned. This property holds the assembly-qualified type name of the service specified by the WorkflowRuntimeServiceElement.
.NET Framework
Available since 3.0
Available since 3.0
Show: