Click or drag to resize

PropertyValuesContainerGetPropertyType Method

Returns the property type of a specified key. Throws if the key is not allowed in the container or if it doesn't denote a property (but a fixed field).

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public PropertyType GetPropertyType(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: PropertyType
See Also