This document is archived and information here might be outdated. Recommended version. |
The replica or reference to a replica with the specified name.
[Visual Basic .NET] Public Function get_ReplicaByName ( _ ByVal ReplicaName As String _ ) As IReplica
[C#] public IReplica get_ReplicaByName ( string ReplicaName );
[C++]
HRESULT get_ReplicaByName(
BSTR ReplicaName,
IReplica** Replica
);
[C++] Parameters ReplicaName [in]
ReplicaName is a parameter of type BSTR Replica [out, retval]
Replica is a parameter of type IReplica**
The replica name is the name assigned to the check-out, which by default is also the name of the check-out version. The IReplica::Name property can be used to get the name of the check-out.