WorkflowRuntimeServiceElementCollection.GetElementKey Method

Definition

Returns a key for the specified WorkflowRuntimeServiceElement.

protected:
 override System::Object ^ GetElementKey(System::Configuration::ConfigurationElement ^ settings);
protected override object GetElementKey (System.Configuration.ConfigurationElement settings);
override this.GetElementKey : System.Configuration.ConfigurationElement -> obj
Protected Overrides Function GetElementKey (settings As ConfigurationElement) As Object

Parameters

settings
ConfigurationElement

A ConfigurationElement for which to return a key.

Returns

The assembly-qualified type name of the service for the WorkflowRuntimeServiceElement specified by settings.

Remarks

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.

Applies to