Click or drag to resize

PropertyControllerGetPropertyIdBySystemName Method (String)

Gets the property Id by the property system name.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual int GetPropertyIdBySystemName(
	string systemName
)

Parameters

systemName
Type: SystemString

Return Value

Type: Int32
Returns the Id of the property, If the property can't be located zero is returned.
See Also