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; }
<DataMemberAttribute>
Public Property RequestMetadataId As Guid
Get
Set
public:
[DataMemberAttribute]
property Guid RequestMetadataId {
Guid get ();
void set (Guid value);
}
[<DataMemberAttribute>]
member RequestMetadataId : Guid with get, set
Property Value
Type:
GuidSee Also