Schéma

Description

Returns the schema to which this revision belongs.

Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.

Syntaxe

VBScript

schemaRev.Schema 

Perl

$schemaRev->GetSchema(); 
Identificateur
Description
schemaRev
A SchemaRev object.
Valeur renvoyée
A Schema object corresponding to the schema to which this revision belongs.

Feedback