Click or drag to resize

ServiceGeneratedStubCode Property

Gets or sets the generated C# code for WCF service stub (used as simulator)

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Variable[] GeneratedStubCode { get; set; }

Property Value

Type: Variable
The generated stub code.
See Also