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


IReplicaDataset.ReplicaID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplicaDataset.ReplicaID Property

The ID of the replica associated with this dataset.

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

Parameters rID [out, retval] rID is a parameter of type long

Product Availability

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

See Also

IReplicaDataset Interface