Click or drag to resize

DataObjectTypeHelperGetPropertyBySystemName Method

Get dataobjecttype property by systemname

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DataObjectTypeProperty GetPropertyBySystemName(
	DataObjectType dataObjectType,
	string systemName
)

Parameters

dataObjectType
Type: Omada.OE.ModelDataObjectType
systemName
Type: SystemString

Return Value

Type: DataObjectTypeProperty

Implements

IDataObjectTypeHelperGetPropertyBySystemName(DataObjectType, String)
See Also