[F] isSealed
Check if a property has had its visibility modifiers sealed.
If the property has been sealed globally, this function will return true. If the property has been sealed for the given visibility class, this function will return true.
Otherwise, this function returns false.
Parameters
Parameter | Type | Description |
---|---|---|
program | Program | - |
property | ModelProperty | the property to check |
visibilityClass ? | Enum | the optional visibility class to check |
Returns
boolean
true if the property is sealed for the given visibility class, false otherwise