Description
Returns the users
that are 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 User object. This property does not return the users
that are implicitly subscribed to all databases.
Syntax
VBScript
database.SubscribedUsers
Perl
$database->GetSubscribedUsers();
- Identifier
- Description
- database
- A Database object.
- Return value
- A Users collection object containing the users explicitly
subscribed to this database.