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; }
<DataMemberAttribute>
Public Property GeneratedStubCode As Variable()
Get
Set
public:
[DataMemberAttribute]
property array<Variable^>^ GeneratedStubCode {
array<Variable^>^ get ();
void set (array<Variable^>^ value);
}
[<DataMemberAttribute>]
member GeneratedStubCode : Variable[] with get, set
Property Value
Type:
Variable
The generated stub code.
See Also