'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the sigma is calculated automatically.")> Public Property AutoCalculateSigma As Boolean
[DefaultValue(False)] [Description("A value indicating whether the sigma is calculated automatically.")] public bool AutoCalculateSigma { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the sigma is calculated automatically.")] public: __property bool get_AutoCalculateSigma(); public: __property void set_AutoCalculateSigma(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the sigma is calculated automatically.")] public:
property bool AutoCalculateSigma { bool get(); void set(bool value); }
Property Value
Default value is false.