TestPropertyAttribute(String, String) Constructor  
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.
Initializes a new instance of the TestPropertyAttribute class.
public:
 TestPropertyAttribute(System::String ^ name, System::String ^ value);public TestPropertyAttribute(string name, string value);new Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttribute : string * string -> Microsoft.VisualStudio.TestTools.UnitTesting.TestPropertyAttributePublic Sub New (name As String, value As String)Parameters
- name
- String
The name.
- value
- String
The value.