TestTestConditions Property |
[This is preliminary documentation and is subject to change.]
A list of environmental conditions (temperature, humidity, etc.) which
were in place when the test was performed.
Namespace:
CFX.Structures
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<EnvironmentalCondition> TestConditions { get; set; }
Public Property TestConditions As List(Of EnvironmentalCondition)
Get
Set
Property Value
Type:
ListEnvironmentalCondition
See Also