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


IGPReplicaOptions2.ResolveDatasetNameConflicts Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPReplicaOptions2 Interface > IGPReplicaOptions2.ResolveDatasetNameConflicts Property
ArcGIS Developer Help

IGPReplicaOptions2.ResolveDatasetNameConflicts Property

Resolve dataset name conflicts when creating replicas.

[Visual Basic .NET]
Public Property ResolveDatasetNameConflicts As Boolean
[C#]
public bool ResolveDatasetNameConflicts {get; set;}
[C++]
HRESULT get_ResolveDatasetNameConflicts(
  VARIANT_BOOL ResolveNameConflicts
);
[C++]
HRESULT put_ResolveDatasetNameConflicts(
  Boolean* ResolveNameConflicts
);
[C++]
Parameters
ResolveNameConflicts [in]

ResolveNameConflicts is a parameter of type bool ResolveNameConflicts [out, retval]
ResolveNameConflicts is a parameter of type bool*

Product Availability

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

See Also

IGPReplicaOptions2 Interface