Click or drag to resize

SendRequestTestStepRequestMetadataId Property

The Identifier of the AbstractMetadata. With the AbstractMetadata, we can find it's service description and send the request via this service. The identifier of the service can not be changed.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public Guid RequestMetadataId { get; set; }

Property Value

Type: Guid
See Also