ContractTypeNameElement::Namespace Property

.NET Framework (current version)
 

Gets or sets the namespace of the contract type.

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

public:
[ConfigurationPropertyAttribute("namespace", DefaultValue = "http://tempuri.org/", 
	Options = ConfigurationPropertyOptions::IsKey)]
property String^ Namespace {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

An alphanumeric name.

.NET Framework
Available since 4.0
Return to top
Show: