Click or drag to resize

DataObjectHasProperty Method

Returns true if the data object has the specified property.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual bool HasProperty(
	string property
)

Parameters

property
Type: SystemString
A property system name. Case-insensitive.

Return Value

Type: Boolean
Returns true if the data object has a specified property.
See Also