ServiceContractAttributeNamespace Property |
Gets or sets the namespace of the <portType> element in Web Services Description Language (WSDL).
Namespace: System.ServiceModelAssembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax public string Namespace { get; set; }
Return Value
Type:
StringThe WSDL namespace of the <portType> element. The default value is "http://tempuri.org".
See Also