Heureka API .NET Documentation
SelectedTreatmentUnitGuidsInInventoryYears Property



Selected treatment unit guids (in the current year span) in this area
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property SelectedTreatmentUnitGuidsInInventoryYears As IEnumerable(Of Guid)
'Usage
 
Dim instance As Area
Dim value As IEnumerable(Of Guid)
 
value = instance.SelectedTreatmentUnitGuidsInInventoryYears
[Browsable(false)]
public IEnumerable<Guid> SelectedTreatmentUnitGuidsInInventoryYears {get;}
[Browsable(false)]
public:
property IEnumerable<Guid>^ SelectedTreatmentUnitGuidsInInventoryYears {
   IEnumerable<Guid>^ 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

Area Class
Area Members

Send Feedback