This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription Interface > IReplicaDescription.DatasetNames Property (ArcObjects .NET 10.4 SDK) |
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
This enumeration is the unexpanded enumNames enumeration that was passed into the Init method.