This document is archived and information here might be outdated. Recommended version. |
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(
System.String* 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.