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


IGeoDataServer.Versions Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseDistributed)  

IGeoDataServer.Versions Property

The versions in the workspace.

[Visual Basic .NET]
Public ReadOnly Property Versions As IGPVersionInfos
[C#]
public IGPVersionInfos Versions {get;}
[C++]
HRESULT get_Versions(
  IGPVersionInfos** versionInfos
);
[C++]

Parameters versionInfos [out, retval]
versionInfos is a parameter of type IGPVersionInfos

Product Availability

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

Remarks

If the GeoDataServer references an ArcSDE geodatabase, the Versions property returns the versions in the geodatabase.

See Also

IGeoDataServer Interface