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


IMapTableSourceDescription.VersionName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMapTableSourceDescription.VersionName Property

Version name. Used to change data source of existing table or layer.

[Visual Basic .NET]
Public Property VersionName As String
[C#]
public string VersionName {get; set;}
[C++]
HRESULT get_VersionName(
  BSTR* 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

Note: if the layert/table has joins and all participating layers/tables are from the same workspace then setting this value changs version of all them. 

See Also

IMapTableSourceDescription Interface