This document is archived and information here might be outdated.  Recommended version.


IReplicaLog.ReplicaID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaLog Interface > IReplicaLog.ReplicaID Property
ArcGIS Developer Help

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(
  System.Int32* 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