SwitchBuilder.Value Method
Name | Parameters | Description |
---|---|---|
Value(JS) | value | A Boolean value specifying whether the current switch state is 'On' or 'Off'. Mirrors the client-side value option. |
Value(Nullable<Boolean>) | value | A Boolean value specifying whether the current switch state is 'On' or 'Off'. Mirrors the client-side value option. |