Click or drag to resize

ProjectBinaryFolder Property

Gets the binary folder where the extension has been generated. usually the Binary folder contains "ExtensionDefinition.xml" and the Dll files

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

Property Value

Type: String
The binary folder.
See Also