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


IDEDataset.CanVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEDataset Interface > IDEDataset.CanVersion Property
ArcGIS Developer Help

IDEDataset.CanVersion Property

Indicates if this dataset can be versioned.

[Visual Basic .NET]
Public Property CanVersion As Boolean
[C#]
public bool CanVersion {get; set;}
[C++]
HRESULT get_CanVersion(
  Boolean* CanVersion
);
[C++]
HRESULT put_CanVersion(
  VARIANT_BOOL CanVersion
);
[C++]
Parameters
CanVersion [out, retval]

CanVersion is a parameter of type bool* CanVersion [in]
CanVersion is a parameter of type bool

Product Availability

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

See Also

IDEDataset Interface