VersionName property

Sets or returns the version name of a versioned file. This is the default property for the IERUVersion interface.

Syntax


C++

HRESULT get_VersionName(BSTR* pVersionName)

HRESULT put_VersionName(BSTR myVersionName)

Scripting languages

String = Version.VersionName

Version.VersionName = String

Remarks


If the File is not versioned, this property returns the error EROOM_E_INVALIDOPERATION.

Home

Applies to

IERUVersion