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


IGeoDataServer.Replicas Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IG > IGeoDataServer Interface > IGeoDataServer.Replicas Property
ArcGIS Developer Help

IGeoDataServer.Replicas Property

The replicas in the workspace.

[Visual Basic .NET]
Public ReadOnly Property Replicas As IGPReplicas
[C#]
public IGPReplicas Replicas {get;}
[C++]
HRESULT get_Replicas(
  IGPReplicas** Replicas
);
[C++]
Parameters
Replicas [out, retval]

Replicas is a parameter of type IGPReplicas**

Product Availability

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

Remarks

The Replicas property returns a list of the replicas from the geodatabase referenced by the GeoDataServer

 

See Also

IGeoDataServer Interface