Switch.SwitchSetting Свойство
Определение
Получает или задает текущее положение данного переключателя.Gets or sets the current setting for this switch.
protected:
property int SwitchSetting { int get(); void set(int value); };
protected int SwitchSetting { get; set; }
member this.SwitchSetting : int with get, set
Protected Property SwitchSetting As Integer
Значение свойства
Текущее положение данного переключателя.The current setting for this switch. По умолчанию используется значение ноль.The default is zero.