SubscribedGroups
Description
Returns the groups explicitly subscribed to this database.
This is a read-only property; it can be viewed but not set. Each element in the returned collection is a Group object. This property does not return the groups that are implicitly subscribed to all databases.
Syntax
VBScript
database.SubscribedGroups
Perl
$database->GetSubscribedGroups
();
- Identifier
- Description
- database
- A Database object.
- Return value
- A Groups collection object containing the groups explicitly subscribed to this database.