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


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

IReplicaDescription.DatasetNames Property

A list of dataset names to include in a replica.

[Visual Basic .NET]
Public ReadOnly Property DatasetNames As IEnumName
[C#]
public IEnumName DatasetNames {get;}
[C++]
HRESULT get_DatasetNames(
  IEnumName** enumNames
);
[C++]
Parameters
enumNames [out, retval]

enumNames is a parameter of type IEnumName**

Product Availability

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

Remarks

This enumeration is the unexpanded enumNames enumeration that was passed into the Init method.

See Also

IReplicaDescription Interface