IJob::get_User method

Retrieves the RunAs user for the job.

Syntax

HRESULT get_User(
  [out] BSTR *pRetVal
);

Parameters

  • pRetVal [out]
    The user name.

Return value

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

Requirements

Product

Compute Cluster Pack Client Utilities

Type library

Ccpapi.tlb

See also

IJob

IJob::put_User