Click or drag to resize

SystemControllerGetSystemId Method (String)

Returns the (data object) id of a system which has a specified value in its "SystemID" property.

Namespace:  Omada.OE.Solution.OIM.AppLogic
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public int GetSystemId(
	string systemIdent
)

Parameters

systemIdent
Type: SystemString
Value which the system in question must have in its "SystemID" property.

Return Value

Type: Int32
Returns 0 if no system was found.
See Also