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


IGPReplica.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplica Interface > IGPReplica.ID Property
ArcGIS Developer Help

IGPReplica.ID Property

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(
  System.Int32* ReplicaID
);
[C++]
Parameters
ReplicaID [in]

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

Product Availability

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

See Also

IGPReplica Interface