WorkflowRuntimeServiceElementCollection.GetElementKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.