Click or drag to resize

EnumUtilsGetPropertyType Method

Returns the PropertyType of a property based on its class type.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static PropertyType GetPropertyType(
	BaseProperty property
)

Parameters

property
Type: Omada.OE.ModelBaseProperty

Return Value

Type: PropertyType
See Also