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