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; }
<DataMemberAttribute>
Public Property ResponseClass As List(Of String)
Get
Set
public:
[DataMemberAttribute]
property List<String^>^ ResponseClass {
List<String^>^ get ();
void set (List<String^>^ value);
}
[<DataMemberAttribute>]
member ResponseClass : List<string> with get, set
Property Value
Type:
ListString
The response class.
See Also