Heureka API .NET Documentation
BeforeAndAfterSame Property



Determines whether results before and after treatment are same (true) or not (false), if they are same no treatment has been applied for this period
Syntax
'Declaration
 
Public ReadOnly Property BeforeAndAfterSame As Boolean
'Usage
 
Dim instance As Result
Dim value As Boolean
 
value = instance.BeforeAndAfterSame
public bool BeforeAndAfterSame {get;}
public:
property bool BeforeAndAfterSame {
   bool get();
}
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

Result Class
Result Members

Send Feedback