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


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

IReplicaEdit2.AllReplicaDatasets Property

The replica datasets for this replica.

[Visual Basic .NET]
Public WriteOnly Property AllReplicaDatasets
[C#]
public void AllReplicaDatasets {set;}
[C++]
HRESULT putref_AllReplicaDatasets(
  IEnumReplicaDataset* 
);
[C++]
Parameters
 [in]

is a parameter of type IEnumReplicaDataset*

Product Availability

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

See Also

IReplicaEdit2 Interface