Share via


WorkflowRuntimeServiceElement.Type Propriété

Définition

Obtient ou définit le nom de type qualifié par un assembly du 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

Valeur de propriété

Nom de type qualifié par un assembly du service.

Attributs

Exceptions

Une tentative de définition de Type sur une référence Null a lieu.

S’applique à