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