ArcObjects Library Reference (GeoDatabaseDistributed)  

IModifiedClassInfo.ChildClassName Property

The name of the feature class or table.

[Visual Basic .NET]
Public ReadOnly Property ChildClassName As String
[C#]
public string ChildClassName {get;}
[C++]
HRESULT get_ChildClassName(
  BSTR* cClassName
);
[C++]

Parameters

cClassName [out, retval]   cClassName is a parameter of type BSTR

Product Availability

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

Remarks

The name of a table, feature class or attributed relationship class to which the edits have been applied on the source geodatabse.

For sources other than check-out replicas, two-way replicas, or one way replicas (i.e. DeltaDataChanges or VersionDataChanges) the ParentClassName is the same as the ChildClassName.  For CheckoutDataChanges colclass, the ParentClassName refers to the parent replica geodatabase (previously referred to as the master geodatabase) while the ChildClassName refers to the check-out geodatabase.  For the ReplicationDataChanges coclass, the ParentClassName is the parent replica geodatabase and the ChildClassName refers to the child replica geodatabase.

See Also

IModifiedClassInfo Interface