ArcObjects Library Reference (GeoDatabase)  

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(
  BSTR* 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