Click or drag to resize

OperationCodeRequestClass Property

Gets the source code that represents the class of request object.

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

Property Value

Type: String
The request class.
See Also