This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.ID Property (ArcObjects .NET 10.4 SDK) |
The ID of the replica.
[Visual Basic .NET] Public Property ID As Integer
[C#] public int ID {get; set;}
[C++]
HRESULT get_ID(
long* ReplicaID
);
[C++]
HRESULT put_ID(
long ReplicaID
);
[C++]
Parameters ReplicaID [out, retval] ReplicaID is a parameter of type long ReplicaID [in] ReplicaID is a parameter of type long