What's Changed?
Status Property



KellermanSoftware.WhatsChanged Namespace > DiffOut Class : Status Property
The comparison status
Syntax
Public Property Status As CompareStatus
Dim instance As DiffOut
Dim value As CompareStatus
 
instance.Status = value
 
value = instance.Status
public CompareStatus Status {get; set;}
public:
property CompareStatus Status {
   CompareStatus get();
   void set (    CompareStatus 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

DiffOut Class
DiffOut Members