Share via


WorkflowRuntimeServiceElement.Type Propiedad

Definición

Obtiene o establece el nombre de tipo calificado con el nombre de ensamblado del servicio.

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

Valor de propiedad

Nombre de tipo calificado con el nombre de ensamblado del servicio.

Atributos

Excepciones

Se realiza un intento para establecer Type en una referencia nula.

Se aplica a