Click or drag to resize
ValidationResultRecord Property
Gets or sets the object that this result applies to.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Object Record { get; set; }

Property Value

Type: Object
Remarks
This property is optional - it is only required if the validation result could apply to more than one object being validated.
See Also