Heureka API .NET Documentation
TreatmentUnitResultType Property



Gets or sets a flag indicating if the property is applied before or after treatment (null if treatment).
Syntax
'Declaration
 
Public Property TreatmentUnitResultType As TreatmentUnitResultType
'Usage
 
Dim instance As MapProperty
Dim value As TreatmentUnitResultType
 
instance.TreatmentUnitResultType = value
 
value = instance.TreatmentUnitResultType
public TreatmentUnitResultType TreatmentUnitResultType {get; set;}
public:
property TreatmentUnitResultType TreatmentUnitResultType {
   TreatmentUnitResultType get();
   void set (    TreatmentUnitResultType 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

MapProperty Class
MapProperty Members

Send Feedback