Click or drag to resize
ServiceContractAttributeNamespace Property
Gets or sets the namespace of the <portType> element in Web Services Description Language (WSDL).

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public string Namespace { get; set; }

Return Value

Type: String
The WSDL namespace of the <portType> element. The default value is "http://tempuri.org".
See Also