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.
VBScript
database.SubscribedUsers
Perl
$database->GetSubscribedUsers();