The changes target name.
[Visual Basic .NET] Public ReadOnly Property TargetName As String
[C#] public string TargetName {get;}
[C++]
HRESULT get_TargetName(
BSTR* 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.