Share via


ISchedulerJob::ServiceName property

Gets or sets the name of the SOA service that the service tasks in the job use, if the job contains service tasks.

This property is read/write.

Syntax

HRESULT put_ServiceName(
  [in]          BSTR pRetVal
);

HRESULT get_ServiceName(
  [out, retval] BSTR *pRetVal
);

Property value

A string that specifies the name of the SOA service that the service tasks in the job use, if the job contains service tasks.

Error codes

If the method succeeds, the return value is S_OK. Otherwise, the return value is an error value.

Requirements

Product

HPC Pack 2008 R2 Client Utilities

Type library

Microsoft.Hpc.Scheduler.tlb

See also

ISchedulerJob