Click or drag to resize

WsdlServiceOptionsTargetNamespace Property

Gets or sets the target namespace of the code generated.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string TargetNamespace { get; set; }

Property Value

Type: String
The target namespace, it must be a valid C# Namespace identifier default value is Hummingbird.WsExtension.Temp
See Also