ControlViewModel..::..CurrentValidationObject Property
Gets or sets the current validation object.
Namespace:
DynamicRelaxationClashVerification.ViewModelsAssembly: 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); }