SendRequestTestStepUriTemplate Property |
The UriTemplate of the request to be sent. If the UriTemplate is NullOrEmpty, then the default UriTemplate in AbstractMetadata will be used.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string UriTemplate { get; set; }
<DataMemberAttribute>
Public Property UriTemplate As String
Get
Set
public:
[DataMemberAttribute]
property String^ UriTemplate {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member UriTemplate : string with get, set
Property Value
Type:
StringSee Also