JobExecutionInfo.RestartMinimumCommand Property

Applies To: Windows 8.1

The command string to execute to restart the job in console mode.

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.RestartMinimumCommand

instance.RestartMinimumCommand = value

Syntax

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

/** @property */
public void set_RestartMinimumCommand (String __set_formal)
public function get RestartMinimumCommand () : String

public function set RestartMinimumCommand (__set_formal : String)

Property Value

Returns String.

Remarks

The command string to execute to restart the job in console mode. If the solution is configured in Workload mode, this value must 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