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


IReplicaDescription.DatasetNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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