RequestDataUriTemplate Property  | 
 
            UriTemplate of this request (it is an instance of the service UriTemplate, and may be modified by the user)
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string UriTemplate { get; set; }Public Property UriTemplate As String
	Get
	Set
public:
property String^ UriTemplate {
	String^ get ();
	void set (String^ value);
}member UriTemplate : string with get, set
Property Value
Type: 
String
See Also