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


IWorkspaceDefinition.Version Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IWorkspaceDefinition.Version Property

The workspace version.

[Visual Basic .NET]
Public Property Version As String
[C#]
public string Version {get; set;}
[C++]
HRESULT get_Version(
  BSTR* workspaceVersion
);
[C++]
HRESULT put_Version(
  BSTR workspaceVersion
);
[C++]

Parameters workspaceVersion [out, retval] workspaceVersion is a parameter of type BSTR workspaceVersion [in] workspaceVersion is a parameter of type BSTR

Product Availability

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

See Also

IWorkspaceDefinition Interface