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


IDEWorkspace2.BugfixVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEWorkspace2 Interface > IDEWorkspace2.BugfixVersion Property
ArcGIS Developer Help

IDEWorkspace2.BugfixVersion Property

The bugfix version of the release.

[Visual Basic .NET]
Public ReadOnly Property BugfixVersion As Integer
[C#]
public int BugfixVersion {get;}
[C++]
HRESULT get_BugfixVersion(
  System.Int32* number
);
[C++]
Parameters
number [out, retval]

number is a parameter of type long*

Product Availability

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

See Also

IDEWorkspace2 Interface