Récupère une valeur de propriété spécifiée.
Syntaxe
Reference_Syntax.getAttribute( STRING param )
Paramètres
param
|
Chaîne valide représentant le nom de la propriété à récupérer.
|
Renvoie
Chaîne valide représentant la valeur de la propriété.
JavaScript
var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction");
FormCalc
var sBOFBackup = oDB.nodes.item(nIndex).query.recordSet.getAttribute("bofAction")
|
|
|