PexSettingsAttributeBase.NotReproducible Property     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A named parameter that specifies whether generated tests are not reproducible
public:
 property bool NotReproducible { bool get(); void set(bool value); };[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.Description("a value indicating that the generated tests are not reproducible")]
public bool NotReproducible { get; set; }[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(false)>]
[<System.ComponentModel.Description("a value indicating that the generated tests are not reproducible")>]
member this.NotReproducible : bool with get, setPublic Property NotReproducible As BooleanProperty Value
Set this parameter to true to specify that generated tests are not
reproducible and false otherwise.
- Attributes