Click or drag to resize

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; }

Property Value

Type: String
The output path.
See Also