'Declaration <DefaultValueAttribute(15)> <DescriptionAttribute("The sensitivity of the command. Valid values are from 0 to 765.")> Public Property Sensitivity As System.Int32
[DefaultValue(15)] [Description("The sensitivity of the command. Valid values are from 0 to 765.")] public System.Int32 Sensitivity { get; set; }
[DefaultValue(15)] [Description("The sensitivity of the command. Valid values are from 0 to 765.")] public: __property System.Int32 get_Sensitivity(); public: __property void set_Sensitivity(
System.Int32 value
);
[DefaultValue(15)] [Description("The sensitivity of the command. Valid values are from 0 to 765.")] public:
property System.Int32 Sensitivity { System.Int32 get(); void set(System.Int32 value); }
Property Value
Допустимые значения от 0 до 765. Значение по умолчанию - 15.