AbstractMetadataFriendlyUriTemplate Property  | 
 
            This is a friendly version of Uri displayed to the users, taken account the binding ip, parameters and variables. so the user can understand better where is service is.
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string FriendlyUriTemplate { get; }Public ReadOnly Property FriendlyUriTemplate As String
	Get
public:
property String^ FriendlyUriTemplate {
	String^ get ();
}member FriendlyUriTemplate : string with get
Property Value
Type: 
String
See Also