PexAssemblySettingsAttribute.TestCopyright 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.
Gets or sets the test copyright that is inserted into all generated test case files.
public:
property System::String ^ TestCopyright { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Category("Tests")]
[System.ComponentModel.DefaultValue(null)]
public string TestCopyright { get; set; }
[<System.ComponentModel.Category("Tests")>]
[<System.ComponentModel.DefaultValue(null)>]
member this.TestCopyright : string with get, set
Public Property TestCopyright As String
Property Value
The test copyright.
- Attributes