| ValidationResultRecord Property | 
            Gets or sets the object that this result applies to.
            
 
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic Object Record { get; set; }Public Property Record As Object
	Get
	Set
public:
property Object^ Record {
	Object^ get ();
	void set (Object^ value);
}member Record : Object with get, set
Property Value
Type: 
Object Remarks
Remarks
            This property is optional - it is only required if the validation result could apply to more than one object
            being validated.
            
 See Also
See Also