Partilhar via


WorkflowServiceAttributes.Name Propriedade

Definição

Obtém ou define o valor do atributo de nome no elemento de serviço em linguagem WSDL.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Valor da propriedade

String

O valor da propriedade Name.

Exemplos

O exemplo a seguir demonstra como acessar a Name propriedade.

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
attributes.Name = "CalculatorService";
Dim attributes As New WorkflowServiceAttributes()
attributes.Name = "CalculatorService"

Comentários

Essa propriedade corresponde ao <wsdl:service> elemento quando exportado. O valor padrão é nulo.

Aplica-se a