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


IDataObjectTable2.IsDataVersioned Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IDataObjectTable2.IsDataVersioned Property

.

[Visual Basic .NET]
Public ReadOnly Property IsDataVersioned As Boolean
[C#]
public bool IsDataVersioned {get;}
[C++]
HRESULT get_IsDataVersioned(
  VARIANT_BOOL* isVersioned
);
[C++]

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

Product Availability

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

See Also

IDataObjectTable2 Interface