ResultSpecificationWhat Property |
List of what to store - which datatypes
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<IQuantity> What { get; set; }
Public Property What As List(Of IQuantity)
Get
Set
public:
property List<IQuantity^>^ What {
List<IQuantity^>^ get ();
void set (List<IQuantity^>^ value);
}
Property Value
Type:
ListIQuantitySee Also