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


IDEDataset.CanVersion Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* CanVersion
);
[C++]
HRESULT put_CanVersion(
  VARIANT_BOOL CanVersion
);
[C++]

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

Product Availability

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

See Also

IDEDataset Interface