Click or drag to resize

ProjectGeneratedCsProjectFile Property

Gets or sets the full path to the generated *.csproj file. This value will be ignored after reloading the extension project, to ensure the project files to be regenerated.

Namespace:  Hummingbird.TestFramework.ExtensionProject
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public string GeneratedCsProjectFile { get; set; }

Property Value

Type: String
The generated cs project file.
See Also