WorkflowRuntimeServiceElement.Type Propriedade

Definição

Obtém ou define o nome de tipo qualificado pelo assembly do serviço.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=Mono.Cecil.CustomAttributeArgument)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.Type : string with get, set
Public Property Type As String

Valor da propriedade

String

O nome do tipo qualificado por assembly do serviço.The assembly-qualified type name of the service.

Atributos

Exceções

Foi feita uma tentativa de definir Type como uma referência nula.An attempt to set Type to a null reference is made.

Aplica-se a