state property

int? get state

Implementation

int? get state;
set state (int? state)

Implementation

set state(int? state);