SendRequestTestStepParsedUriTemplate Property |
Gets the parsed URI template.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public string ParsedUriTemplate { get; }
Public ReadOnly Property ParsedUriTemplate As String
Get
public:
property String^ ParsedUriTemplate {
String^ get ();
}
member ParsedUriTemplate : string with get
Property Value
Type:
String
The parsed URI template.
See Also