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; }
Public Property TargetNamespace As String
Get
Set
public:
property String^ TargetNamespace {
String^ get ();
void set (String^ value);
}
member TargetNamespace : string with 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