UriPathAttributeName Property  | 
 
            Gets or sets the name of the token to replace in the Uri Path template
            
 
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic string Name { get; set; }Public Property Name As String
	Get
	Set
public:
property String^ Name {
	String^ get ();
	void set (String^ value);
}member Name : string with get, set
Property Value
Type: 
String
            The name.
            
See Also