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


ITableDataSourceDescription.VersionName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableDataSourceDescription Interface > ITableDataSourceDescription.VersionName Property
ArcGIS Developer Help

ITableDataSourceDescription.VersionName Property

Name of the GeoDatabase version.

[Visual Basic .NET]
Public Property VersionName As String
[C#]
public string VersionName {get; set;}
[C++]
HRESULT get_VersionName(
  System.String* pVersionName
);
[C++]
HRESULT put_VersionName(
  BSTR pVersionName
);
[C++]
Parameters
pVersionName [out, retval]

pVersionName is a parameter of type BSTR* pVersionName [in]
pVersionName is a parameter of type BSTR

Product Availability

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

Remarks

Only applicable for dataset from an SDE workspace. You can specify a version name to draw features from a non default version.

See Also

ITableDataSourceDescription Interface