WorkflowRuntimeServiceElementCollection.GetElementKey Method
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
- settings
- ConfigurationElement
A ConfigurationElement for which to return a key.
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.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: