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


IDEDataset.Versioned 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.Versioned Property
ArcGIS Developer Help

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