Share via


IJob.User Property

Retrieves or sets the RunAs user for the job.

Namespace: Microsoft.ComputeCluster
Assembly: CcpAPI (in ccpapi.dll)

Usage

Syntax

'Declaration
Property User As String
string User { get; set; }
property String^ User {
    String^ get ();
    void set (String^ value);
}
/** @property */
String get_User ()

/** @property */
void set_User (String value)
function get User () : String

function set User (value : String)

Property Value

The user name in the form, domain\username.

Remarks

You do not need to call this method. The initial value is set to the user that added the job to the cluster. You can use the following methods to change the value of the RunAs user:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003, Windows XP

Target Platforms

Microsoft Windows Compute Cluster Server 2003, Windows Server 2003 with Compute Cluster Pack Client Utilities, Windows XP with Compute Cluster Pack Client Utilities

See Also

Reference

IJob Interface
IJob Members
Microsoft.ComputeCluster Namespace