Heureka API .NET Documentation
TreatmentData Property



If this is the state after a treatment, this property contains the treatment data of that treatment
Syntax
'Declaration
 
Public ReadOnly Property TreatmentData As TreatmentData
'Usage
 
Dim instance As ApiState
Dim value As TreatmentData
 
value = instance.TreatmentData
public TreatmentData TreatmentData {get;}
public:
property TreatmentData^ TreatmentData {
   TreatmentData^ 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

ApiState Class
ApiState Members

Send Feedback