Description
Returns the schema
revisions associated with this schema.
This is a read-only
property; it can be viewed but not set.
Each element
in the returned collection is a SchemaRev object.
Syntax
VBScript
schema.SchemaRevs
Perl
$schema->GetSchemaRevs();
- Identifier
- Description
- schema
- A Schema object.
- Return value
- A SchemaRevs collection object containing the schema revisions
associated with this schema.