SetMasterReplicaByName

Description

Sets the replica that masters the user record and commits the change to the schema repository. To change the mastership the record must be mastered at the local site.

Note: This method is for Perl only. It is not available for VBScript. This method became available in version 2002.05.00.

Syntax

Perl

$user->SetMasterReplicaByName(replicaName); 
Identifier
Description
user
A User object.
replicaName
A String that specifies the name of the replica that masters the user.
Return value
None on success, or else an exception.