GetMasterReplicaName
Description
Returns the name of the replica that masters the group.
Note:
This method is for Perl only. It is not available for VBScript. This method became available in version 2002.05.00.
Syntax
Perl
$
group
->
GetMasterReplicaName
();
Identifier
Description
group
A Group object, representing one set of users associated with the current schema repository.
Return value
A String containing the name of the replica that masters the group.
Parent topic:
Group object methods
See also
SetMasterReplicaByName
GetMasterReplicaName
Feedback