Returns the a Databases collection object containing the collection of databases to which this group may subscribe. This is a read-only property; it can be viewed but not set.
Each element in the returned collection is a Database object.
VBScript
group.Databases
Perl
$group->GetDatabases();