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; }
<DataMemberAttribute>
Public Property RootNamespace As String
Get
Set
public:
[DataMemberAttribute]
property String^ RootNamespace {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member RootNamespace : string with get, set
Property Value
Type:
String
The root namespace.
See Also