Click or drag to resize

OperationCodeResponseClass Property

Gets the source code that represents all possible response object.

Namespace:  Hummingbird.TestFramework.CodeGenerator
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public List<string> ResponseClass { get; set; }

Property Value

Type: ListString
The response class.
See Also