ArcObjects Library Reference (GeoDatabase)  

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