ArcObjects Library Reference (GeoDatabase)  

IReplicaLog.ReplicaID Property

The ID of the replica.

[Visual Basic .NET]
Public ReadOnly Property ReplicaID As Integer
[C#]
public int ReplicaID {get;}
[C++]
HRESULT get_ReplicaID(
  long* ReplicaID
);
[C++]

Parameters

ReplicaID [out, retval]   ReplicaID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReplicaLog Interface