What's Changed?
Changed Property



KellermanSoftware.WhatsChanged Namespace > ComparisonResult Class : Changed Property
The lines of the changed file, stream, or string
Syntax
Public Property Changed As List(Of DiffOut)
Dim instance As ComparisonResult
Dim value As List(Of DiffOut)
 
instance.Changed = value
 
value = instance.Changed
public List<DiffOut> Changed {get; set;}
public:
property List<DiffOut^>^ Changed {
   List<DiffOut^>^ get();
   void set (    List<DiffOut^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ComparisonResult Class
ComparisonResult Members