PropertyData method
Use this constructor to create a PropertyData object.
A property is a name/value pair that you can associate with a test. You can view these properties and filter and group by these properties in the Test Manager. Set properties using
Syntax
PropertyData obj = new PropertyData(name, value);
Parameters
- name
- Type:String
- The name of the property.
- value
- Type:String
- The value of the property.
Return value
- Type: PropertyData