ServiceEndpointElement::BindingNamespace Property

 

Gets or sets a string that defines the qualified name of the namespace of the binding for definition export through WSDL.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("bindingNamespace", DefaultValue = "", 
	Options = ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 0)]
property String^ BindingNamespace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The qualified name of the namespace of the binding for definition export through WSDL. The default is an empty string.

.NET Framework
Available since 3.0
Return to top
Show: