IsStateDefName

Description

Identifies whether the EntityDef object contains a state with the specified name.

Syntax

VBScript


entitydef.IsStateDefName name 

Perl


$entitydef->IsStateDefName(name); 
Identifier
Description
entitydef
An EntityDef object corresponding to a record type in a schema.
name
A String containing the name of the state to verify.
Return value
True if name is the name of an actual state in the EntityDef object; otherwise False.