'Declaration <DefaultValueAttribute(1)> <DescriptionAttribute("An amount of process.")> Public Property Amount As System.Int32
[DefaultValue(1)] [Description("An amount of process.")] public System.Int32 Amount { get; set; }
[DefaultValue(1)] [Description("An amount of process.")] public: __property System.Int32 get_Amount(); public: __property void set_Amount(
System.Int32 value
);
[DefaultValue(1)] [Description("An amount of process.")] public:
property System.Int32 Amount { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения от 1 до 10. Значение по умолчанию - 1.