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


IDEDataset.Versioned Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEDataset.Versioned Property

Indicates if this dataset is versioned.

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

Parameters Versioned [out, retval]
Versioned is a parameter of type bool* Versioned [in]
Versioned is a parameter of type bool

Product Availability

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

See Also

IDEDataset Interface