PexAssemblySettingsAttribute.TestRootNamespace Property

Definition

Gets or sets the test root namespace.

public:
 property System::String ^ TestRootNamespace { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(null)]
public string TestRootNamespace { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(null)>]
member this.TestRootNamespace : string with get, set
Public Property TestRootNamespace As String

Property Value

The test root namespace.

Attributes

Applies to