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