ArcObjects Library Reference (GeoDatabase)  

IGPReplicaDataset2.TargetName Property

The target name for the GPReplicaDataset.

[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

IGPReplicaDataset2 Interface