Heureka API .NET Documentation
GrowthCalculator Property



Get or sets a GrowthCalculator
Syntax
'Declaration
 
Public Property GrowthCalculator As GrowthCalculator
'Usage
 
Dim instance As ApiCompartment
Dim value As GrowthCalculator
 
instance.GrowthCalculator = value
 
value = instance.GrowthCalculator
public GrowthCalculator GrowthCalculator {get; set;}
public:
property GrowthCalculator^ GrowthCalculator {
   GrowthCalculator^ get();
   void set (    GrowthCalculator^ 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

ApiCompartment Class
ApiCompartment Members

Send Feedback