ComContractElement::Namespace Property

 

Gets or sets the contract namespace.

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

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

Property Value

Type: System::String^

The contract namespace.

.NET Framework
Available since 3.0
Return to top
Show: