Click or drag to resize

PropertyControllerPropertyExists Method

Returns whether a specified property exists in the system.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool PropertyExists(
	string property
)

Parameters

property
Type: SystemString
System name of a property.

Return Value

Type: Boolean
Returns whether a specified property exists in the system.
See Also