IsStateDefName

Description

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

Syntaxe

VBScript

entitydef.IsStateDefName name 

Perl

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

Commentaires en retour