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


IDEWorkspace2.BugfixVersion Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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