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; }
Public ReadOnly Property BinaryFolder As String
Get
public:
property String^ BinaryFolder {
String^ get ();
}
member BinaryFolder : string with get
Property Value
Type:
String
The binary folder.
See Also