Click or drag to resize

PropertyValuesContainerToListT Method (String)

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<T> ToList<T>(
	string property
)

Parameters

property
Type: SystemString

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