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


IDEWorkspace3.CurrentRelease Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEWorkspace3.CurrentRelease Property

Indicates if the geodatabase is at the current release.

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

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

Product Availability

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

See Also

IDEWorkspace3 Interface