company logo

Property :: isInternalProperty - Is property handle an internal one

Internal property handles are those that manage transient (in memory data) only. Internal property handles are created when defining complex data type variables in an OSI function or application program, which do not refer to any kind of database or external source.

Return value:  Success ( bool  )

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

Implementation details

bool Property  :: isInternalProperty (  )

The function returns true, when the property handle is an internal one and false otherwise.