| 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
Syntaxbool IsAttributeHidden(
DataObject attribute
)
Parameters
- attribute
- Type: Omada.OE.ModelDataObject
the attribute to check
Return Value
Type:
Booleantrue is the property is set to true or cannot be evaluated
See Also