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


IDEGdbTable2.VersionedViewName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable2 Interface > IDEGdbTable2.VersionedViewName Property
ArcGIS Developer Help

IDEGdbTable2.VersionedViewName Property

The name of the associate versioned view, if any.

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

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

Product Availability

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

See Also

IDEGdbTable2 Interface