WorkflowRuntimeServiceElement.Type Property

Definition

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

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", DefaultValue=null)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue=null)>]
member this.Type : string with get, set
Public Property Type As String

Property Value

The assembly-qualified type name of the service.

Attributes

Exceptions

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

Applies to