Dynamic Relaxation Clash Plugin

ControlViewModel..::..RunPhaseTwoCmd Property

Gets the run phase two command.

Namespace:  DynamicRelaxationClashVerification.ViewModels
Assembly:  DynamicRelaxationClashVerification (in DynamicRelaxationClashVerification.dll)

Syntax


public ICommand RunPhaseTwoCmd { get; set; }
Public Property RunPhaseTwoCmd As ICommand
	Get
	Set
public:
property ICommand^ RunPhaseTwoCmd {
	ICommand^ get ();
	void set (ICommand^ value);
}

Field Value

The run phase two command.