ServiceConfigurationServerUriTemplate Property |
Uri Template as Server (Service simulator), The Uri contains only absolute path, and must starts with /. Variables are allowed.
Namespace:
Hummingbird.TestFramework.ExtensionProject
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public string ServerUriTemplate { get; set; }
<DataMemberAttribute>
Public Property ServerUriTemplate As String
Get
Set
public:
[DataMemberAttribute]
property String^ ServerUriTemplate {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member ServerUriTemplate : string with get, set
Property Value
Type:
StringSee Also