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


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

ICheckOutUIPropertiesEdit.COSourceData Property

The datasetnames in the master geodatabase to check out.

[Visual Basic .NET]
Public WriteOnly Property COSourceData_2
[C#]
public void COSourceData_2 {set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

You can specify the data to check-out using either the CODescription property or the COSourceData property.

If you set the COSourceData property, the default check-out filters are applied. If you set the CODescription property, the filters specified in the replica description are used.

See Also

ICheckOutUIPropertiesEdit Interface