Click or drag to resize

IAttributeHelperIsAttributeHidden Method

Checks if the Hide property is set to true

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#
bool IsAttributeHidden(
	DataObject attribute
)

Parameters

attribute
Type: Omada.OE.ModelDataObject
the attribute to check

Return Value

Type: Boolean
true is the property is set to true or cannot be evaluated
See Also