Click or drag to resize

ProjectRootNamespace Property

Gets or sets the root namespace of the project

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

Property Value

Type: String
The root namespace.
See Also