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


IDEWorkspace2.MajorVersion Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDEWorkspace2.MajorVersion Property

The major version of the release.

[Visual Basic .NET]
Public ReadOnly Property MajorVersion As Integer
[C#]
public int MajorVersion {get;}
[C++]
HRESULT get_MajorVersion(
  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