public MovingAverageType Type {get; set;}
public: property MovingAverageType Type { MovingAverageType get(); void set ( MovingAverageType value); }
'Declaration Public Property Type As MovingAverageType
'Declaration
Public Property Type As MovingAverageType
'Usage Dim instance As MovingAverage Dim value As MovingAverageType instance.Type = value value = instance.Type
'Usage
Dim instance As MovingAverage Dim value As MovingAverageType instance.Type = value value = instance.Type
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
MovingAverage Class MovingAverage Members
Copyright © 2025 GrapeCity, inc. All rights reserved.