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


IWorkspaceReplicaDatasets.ReplicaDatasetsByName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IW > IWorkspaceReplicaDatasets Interface > IWorkspaceReplicaDatasets.ReplicaDatasetsByName Property
ArcGIS Developer Help

IWorkspaceReplicaDatasets.ReplicaDatasetsByName Property

A list of datasets based on a replica name.

[Visual Basic .NET]
Public Function get_ReplicaDatasetsByName ( _
    ByVal ReplicaName As String _
) As IEnumReplicaDataset
[C#]
public IEnumReplicaDataset get_ReplicaDatasetsByName (
    string ReplicaName
);
[C++]
HRESULT get_ReplicaDatasetsByName(
  BSTR ReplicaName,
  IEnumReplicaDataset** enumReplicaDataset
);
[C++]
Parameters
ReplicaName [in]

ReplicaName is a parameter of type BSTR enumReplicaDataset [out, retval]
enumReplicaDataset is a parameter of type IEnumReplicaDataset**

Product Availability

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

Remarks

The replicaName  is the name assigned to the check-out, which by default is also the name of the check-out version. The IReplica::Name property can be used to get the name of the check-out.

See Also

IWorkspaceReplicaDatasets Interface