Click or drag to resize

ServiceDefinitionFile Property

The entry point of the definition file. For SOAP WebServices, it is the .WSDL file, For Swagger Services it is the swagger.json file. For other type of services, This property is not used.

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

Property Value

Type: String
See Also