ArcObjects Library Reference (GeoDatabase)  

IVersionedView.VersionedViewName Property

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

Product Availability

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

Remarks

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.

See Also

IVersionedView Interface