ServiceBehaviorAttribute.Namespace Propiedad

Definición

Obtiene o establece el valor del espacio de nombres de destino para el servicio en el lenguaje de descripción de servicios web (WSDL).

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

Valor de propiedad

Valor del targetNamespace atributo del <wsdl:definitions> elemento que contiene el <wsdl:service> elemento .

Se aplica a