| DataObjectTypeGetTypeProperties Method |
Returns a collection containing the type's properties that match a given property type.
Namespace:
Omada.OE.Model
Assembly:
Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntaxpublic BaseProperties GetTypeProperties(
PropertyType propertyType
)
Parameters
- propertyType
- Type: Omada.OE.ModelPropertyType
Properties of the specified type will be returned.
Return Value
Type:
BaseProperties
See Also