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


ITableDataChangesInfo.TargetName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributed > ESRI.ArcGIS.GeoDatabaseDistributed > Interfaces > IT > ITableDataChangesInfo Interface > ITableDataChangesInfo.TargetName Property
ArcGIS Developer Help

ITableDataChangesInfo.TargetName Property

The changes target name.

[Visual Basic .NET]
Public ReadOnly Property TargetName As String
[C#]
public string TargetName {get;}
[C++]
HRESULT get_TargetName(
  System.String* TargetName
);
[C++]
Parameters
TargetName [out, retval]

TargetName is a parameter of type BSTR*

Product Availability

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

Remarks

Returns the string name for the feature class or table that is the target of the changes.  This is the target name that was set with the ITableDataChangesInfo::Init method. 

See Also

ITableDataChangesInfo Interface