ISchedulerJob::Project property

Retrieves or sets the project name to associate with the job.

This property is read/write.

Syntax

HRESULT put_Project(
  [in]  BSTR project
);

HRESULT get_Project(
  [out] BSTR *pProject
);

Property value

The project name. The name is limited to 80 Unicode characters.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error code. To get a description of the error, access the ISchedulerJob::ErrorMessage property.

Remarks

The name can be used for accounting purposes.

Requirements

Product

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

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerJob