'Declaration <DescriptionAttribute("A value indicating whether the sigma is calculated automatically.")> <DefaultValueAttribute(False)> Public Property AutoCalculateSigma As Boolean
[Description("A value indicating whether the sigma is calculated automatically.")] [DefaultValue(False)] public bool AutoCalculateSigma { get; set; }
[Description("A value indicating whether the sigma is calculated automatically.")] [DefaultValue(False)] public: __property bool get_AutoCalculateSigma(); public: __property void set_AutoCalculateSigma(
bool value
);
[Description("A value indicating whether the sigma is calculated automatically.")] [DefaultValue(False)] public:
property bool AutoCalculateSigma { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.