SftDirectory 2.5

SftDirectory._Version Property

Softel vdm, Inc.

Returns the product's exact version.

Syntax       

Get

VB.NET

Version = object._Version  As String

VB

Version = object._Version  As String

C#.NET

string Version = object._Version;

VC++

_bstr_t Version = object->_Version;
_bstr_t Version = object->Get_Version();

C

HRESULT object->get__Version(BSTR* Version);

Delphi

Version := object._Version   : WideString;

object

A SftDirectory object.

Version

Returns the product's exact version.

Comments

The _Version property returns the product's exact version.

The _Version property returns the exact version number only.  The Version property (without a leading underscore character) returns the product name and the exact version number.

This property is only available at design-time.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com