WorkflowRuntimeServiceElement::Type Property

 

Gets or sets the assembly-qualified type name of the service.

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

public:
[ConfigurationPropertyAttribute("type", DefaultValue = null)]
property String^ Type {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The assembly-qualified type name of the service.

Exception Condition
ArgumentNullException

An attempt to set Type to a null reference is made.

.NET Framework
Available since 3.0
Return to top
Show: