testsuiteproperties Property |
Gets or sets the properties.
Namespace:
Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlArrayItemAttribute("property", IsNullable = false)]
public List<testsuiteProperty> properties { get; set; }
<XmlArrayItemAttribute("property", IsNullable := false)>
Public Property properties As List(Of testsuiteProperty)
Get
Set
public:
[XmlArrayItemAttribute(L"property", IsNullable = false)]
property List<testsuiteProperty^>^ properties {
List<testsuiteProperty^>^ get ();
void set (List<testsuiteProperty^>^ value);
}
[<XmlArrayItemAttribute("property", IsNullable = false)>]
member properties : List<testsuiteProperty> with get, set
Property Value
Type:
ListtestsuiteProperty
The properties.
See Also