Heureka API .NET Documentation
SetAsideType Property



Gets or sets the relation between the parent treatment unit and the child
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property SetAsideType As SetAsideType
'Usage
 
Dim instance As TreatmentUnit
Dim value As SetAsideType
 
instance.SetAsideType = value
 
value = instance.SetAsideType
[Browsable(true)]
public SetAsideType SetAsideType {get; set;}
[Browsable(true)]
public:
property SetAsideType SetAsideType {
   SetAsideType get();
   void set (    SetAsideType 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

TreatmentUnit Class
TreatmentUnit Members

Send Feedback