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


ICheckInUIProperties.CIChildWorkspaceName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseDistributedUI > ESRI.ArcGIS.GeoDatabaseDistributedUI > Interfaces > IC > ICheckInUIProperties Interface > ICheckInUIProperties.CIChildWorkspaceName Property
ArcGIS Developer Help

ICheckInUIProperties.CIChildWorkspaceName Property

The WorkspaceName of the check-out geodatabase.

[Visual Basic .NET]
Public ReadOnly Property CIChildWorkspaceName As IWorkspaceName
[C#]
public IWorkspaceName CIChildWorkspaceName {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This should be set if the CIChildSourceType is esriCheckOutGDB.

See Also

ICheckInUIProperties Interface