Dynamic Relaxation Clash Plugin

ControlViewModel..::..CurrentValidationObject Property

Gets or sets the current validation object.

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

Syntax


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

Field Value

The current validation object.