UriPathAttribute Constructor  | 
  
    Namespace: 
   Hummingbird.TestFramework.Services
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic UriPathAttribute(
	string name
)
Public Sub New ( 
	name As String
)
public:
UriPathAttribute(
	String^ name
)
new : 
        name : string -> UriPathAttributeParameters
- name
 - Type: SystemString
The name. 
See Also