SftDirectory 2.5

SftDirectory.ShellVersionBuild Property

Softel vdm, Inc.

Returns the Shell's build number.

Syntax       

Get

VB.NET

VersionBuild = object.ShellVersionBuild  As Integer

VB

VersionBuild = object.ShellVersionBuild  As Integer

C#.NET

int VersionBuild = object.ShellVersionBuild;

VC++

int VersionBuild = object->ShellVersionBuild;
int VersionBuild = object->GetShellVersionBuild();

C

HRESULT object->get_ShellVersionBuild(int* VersionBuild);

Delphi

VersionBuild := object.ShellVersionBuild   : Integer;

object

A SftDirectory object.

VersionBuild

Returns the Shell's build number.

Comments

The ShellVersionBuild property returns the Shell's build number.

The ShellVersionMajor and ShellVersionMinor properties can be used to retrieve the Shell's version.  This version information can be used to determine the Shell's features.


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