company logo

PropertyDefinition :: isTransient - Is property transient

The function returns true, when the property is defined as transient property. In contrast to the similar Property function, the function only checks, whether the property is explicitly defined as transient. When the function is not called with a valid property definition, it throws an exception.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details

bool PropertyDefinition  :: isTransient (  )