public bool OutputState { get; set; }
Public Property OutputState As Boolean
Get
Set
public:
virtual property bool OutputState {
bool get () sealed;
void set (bool value) sealed;
}
abstract OutputState : bool with get, set
override OutputState : bool with get, set