This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDataset2 Interface > IReplicaDataset2.TargetName Property (ArcObjects .NET 10.4 SDK) |
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