JobExecutionInfo.RestartDirectory Property

Applies To: Windows 8.1

The directory where the solution application exists. If an assessment in the job causes the system to reboot, the solution will be relaunched from this directory.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobExecutionInfo
Dim value As String

value = instance.RestartDirectory

instance.RestartDirectory = value

Syntax

'Declaration
Public Property RestartDirectory As String
public string RestartDirectory { get; set; }
public:
property String^ RestartDirectory {
    String^ get ();
    void set (String^ __set_formal);
}
/** @property */
public String get_RestartDirectory ()

/** @property */
public void set_RestartDirectory (String __set_formal)
public function get RestartDirectory () : String

public function set RestartDirectory (__set_formal : String)

Property Value

Returns String.

Remarks

The directory where the solution application exists. If the Solution API is configured in Workload mode, this value must be NULL. Otherwise, this member must not be NULL.

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

Windows 8.1

See Also

Reference

JobExecutionInfo Class
JobExecutionInfo Members
Microsoft.Assessments.Hosting Namespace