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


IReplicaEdit.ReplicaDatasets Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplicaEdit.ReplicaDatasets Property

The replica datasets for this replica.

[Visual Basic .NET]
Public WriteOnly Property ReplicaDatasets
[C#]
public void ReplicaDatasets {set;}
[C++]
HRESULT putref_ReplicaDatasets(
  IEnumReplicaDataset* 
);
[C++]

Parameters [in]
is a parameter of type IEnumReplicaDataset

Product Availability

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

See Also

IReplicaEdit Interface