Description

Description

Returns a description of this schema revision.

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

The descriptive text is the comment string entered by the user when the schema was checked in.

Syntaxe

VBScript

schemaRev.Description 

Perl

$schemaRev->GetDescription(); 
Identificateur
Description
schemaRev
A SchemaRev object.
Valeur renvoyée
A String containing the description of the schema revision.

Feedback