ServiceConfigurationClientUriTemplate Property  | 
 Uri Template as client to call target web services. it can contains variables
Uri must start with http:// or https:// 
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string ClientUriTemplate { get; set; }<DataMemberAttribute>
Public Property ClientUriTemplate As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ ClientUriTemplate {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member ClientUriTemplate : string with get, set
Property Value
Type: 
String
Remarks
            The URI must start with 
 or 
See Also