ArcObjects Library Reference (GeoDatabaseDistributedUI)  

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