IServerVersion interface

Contains the file version information for the HPC server assembly.

To get this interface, call the IScheduler::GetServerVersion method.

Members

The IServerVersion interface inherits from the IDispatch interface. IServerVersion also has these types of members:

  • Properties

Properties

The IServerVersion interface has these properties.

Property Access type Description

Build

Read-only

Retrieves the build component of the version number.

Major

Read-only

Retrieves the major component of the version number.

MajorRevision

Read-only

Retrieves the high 16 bits of the Revision number.

Minor

Read-only

Retrieves the minor component of the version number.

MinorRevision

Read-only

Retrieves the low 16 bits of the Revision number.

Revision

Read-only

Retrieves the revision component of the version number.

 

Requirements

Product

HPC Pack 2008 R2 Client Utilities, HPC Pack 2008 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

HPC Interfaces