Partager via


WorkflowServiceAttributes.Namespace Propriété

Définition

Obtient ou définit la valeur de l'espace de noms cible correspondant au service dans WSDL (Web Services Description Language).

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

Valeur de propriété

String

Valeur de la propriété Namespace.

Exemples

L'exemple suivant montre comment accéder à la propriété Namespace.

WorkflowServiceAttributes attributes = new WorkflowServiceAttributes();
attributes.Namespace = "Microsoft.Samples.WorkflowServices.SampleCode";
Dim attributes As New WorkflowServiceAttributes()
attributes.Namespace = "Microsoft.Samples.WorkflowServices.SampleCode"

Remarques

Cette valeur correspond à la valeur de l’attribut de l’élément targetNamespace <wsdl:definitions> qui contient l’élément lors de l’exportation <wsdl:service> . La valeur par défaut est null.

S’applique à