Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Style As AverageStyle |
C# | |
---|---|
public abstract AverageStyle Style {get; set;} |
C++/CLI | |
---|---|
public: abstract property AverageStyle Style { AverageStyle get(); void set ( AverageStyle value); } |
Determines the type of averaging to be performed by the measurement as described in AverageStyle.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)