SendRequestTestStepRequestMetadataDisplayName Property |
Gets the display name of the request metadata.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string RequestMetadataDisplayName { get; }
Public ReadOnly Property RequestMetadataDisplayName As String
Get
public:
property String^ RequestMetadataDisplayName {
String^ get ();
}
member RequestMetadataDisplayName : string with get
Property Value
Type:
String
The display name of the request metadata.
See Also