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