AssemblyHarnessBundleAttribute Constructor |
Namespace:
TestArchitect.Harness.Bundle.Core
Assembly:
TestArchitect.Harness.Bundle.Core (in TestArchitect.Harness.Bundle.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public AssemblyHarnessBundleAttribute(
string bundleName
)
Public Sub New (
bundleName As String
)
public:
AssemblyHarnessBundleAttribute(
String^ bundleName
)
new :
bundleName : string -> AssemblyHarnessBundleAttribute
Parameters
- bundleName
- Type: SystemString
See Also