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


ITableDataChangesInfo.TargetName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

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(
  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. 

See Also

ITableDataChangesInfo Interface