| PropertyValuesContainerToListT Method (Int32) |
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic List<T> ToList<T>(
int propertyId
)
Parameters
- propertyId
- Type: SystemInt32
Type Parameters
- T
-
The type must be the one that the property allows - and that the values are actually of.
Return Value
Type:
ListT
If the property doesn't exist or the container has no value for it then an empty list is returned.
See Also