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


IGPReplicaOptions2.ResolveDatasetNameConflicts Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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