UnsubscribeDatabase

Description

Unsubscribes the user from the specified database.

Use this method to unsubscribe the user from a specific database. The user must be subscribed to the specified database before calling this method. To get a list of the databases to which the user belongs, get the collection of Database objects in the SubscribedDatabases property.

Syntax

VBScript


user.UnsubscribeDatabase database 

Perl


$user->UnsubscribeDatabase(database); 
Identifier
Description
user
A User object.
database
The Database object from which the user will be unsubscribed.
Return value
None.