This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionedView Interface > IVersionedView.VersionedViewName Property (ArcObjects .NET 10.4 SDK) |
The name of the associated versioned view.
[Visual Basic .NET] Public ReadOnly Property VersionedViewName As String
[C#] public string VersionedViewName {get;}
[C++]
HRESULT get_VersionedViewName(
BSTR* Name
);
[C++]
Parameters Name [out, retval] Name is a parameter of type BSTR
Returns the unqualified name as a string of the versioned classes versioned view. If get_HasVersionView returns False this property will be an empty string.