This document is archived and information here might be outdated. Recommended version. |
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*
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.