HttpRequestMetadataPath Property  | 
  
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string Path { get; set; }Public Property Path As String
	Get
	Set
public:
property String^ Path {
	String^ get ();
	void set (String^ value);
}member Path : string with get, set
Property Value
Type: 
String
            The path always starts with "/"
            
See Also