ArcObjects Library Reference (GeoDatabase)  

IGPReplicaOptions2.ReturnAllExpandedDatasets Property

Return all datasets including feature datasets, topologies, and geometric networks when expanding.

[Visual Basic .NET]
Public Property ReturnAllExpandedDatasets As Boolean
[C#]
public bool ReturnAllExpandedDatasets {get; set;}
[C++]
HRESULT get_ReturnAllExpandedDatasets(
  VARIANT_BOOL* ReturnAllExpandedDatasets
);
[C++]
HRESULT put_ReturnAllExpandedDatasets(
  VARIANT_BOOL ReturnAllExpandedDatasets
);
[C++]

Parameters

ReturnAllExpandedDatasets [out, retval]   ReturnAllExpandedDatasets is a parameter of type VARIANT_BOOL ReturnAllExpandedDatasets [in]   ReturnAllExpandedDatasets is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPReplicaOptions2 Interface