| PropertyControllerGetPropertyIdBySystemNameCheck Method (String) |
Returns the integer Id of a property from its system name.
The method doesn't consider the security model.
The method doesn't consider whether the property is marked as deleted.
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic int GetPropertyIdBySystemNameCheck(
string systemName
)
Parameters
- systemName
- Type: SystemString
Must be non-null and have a length greater than zero.
Return Value
Type:
Int32
Returns the Id of the specified property.
If the specified property doesn't exist throws an ObjectNotFoundException.
See Also