Heureka API .NET Documentation
ParentTreatmentUnitGuid Property



Gets or sets treatment unit guid of the parent treatment unit of this treatment unit
Syntax
'Declaration
 
<BrowsableAttribute(True)>
Public Property ParentTreatmentUnitGuid As Nullable(Of Guid)
'Usage
 
Dim instance As TreatmentUnit
Dim value As Nullable(Of Guid)
 
instance.ParentTreatmentUnitGuid = value
 
value = instance.ParentTreatmentUnitGuid
[Browsable(true)]
public Nullable<Guid> ParentTreatmentUnitGuid {get; set;}
[Browsable(true)]
public:
property Nullable<Guid> ParentTreatmentUnitGuid {
   Nullable<Guid> get();
   void set (    Nullable<Guid> 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