ProjectOutputPath Property  | 
 
            Gets or sets the last output path used to generate Visual Studio project and build the assembly
            
 
    Namespace: 
   Hummingbird.TestFramework.ExtensionProject
    Assembly:
   Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax[DataMemberAttribute]
public string OutputPath { get; set; }<DataMemberAttribute>
Public Property OutputPath As String
	Get
	Set
public:
[DataMemberAttribute]
property String^ OutputPath {
	String^ get ();
	void set (String^ value);
}[<DataMemberAttribute>]
member OutputPath : string with get, set
Property Value
Type: 
String
            The output path.
            
See Also