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


IReplicaDataset2.TargetName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IReplicaDataset2.TargetName Property

The target name of the dataset.

[Visual Basic .NET]
Public Property TargetName As String
[C#]
public string TargetName {get; set;}
[C++]
HRESULT get_TargetName(
  BSTR* TargetName
);
[C++]
HRESULT put_TargetName(
  BSTR TargetName
);
[C++]

Parameters TargetName [out, retval] TargetName is a parameter of type BSTR TargetName [in] TargetName is a parameter of type BSTR

Product Availability

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

See Also

IReplicaDataset2 Interface