public OmrZoneState State {get; set;}
'Declaration
Public Property State As OmrZoneState
'Usage
Dim instance As OmrZone
Dim value As OmrZoneState
instance.State = value
value = instance.State
public OmrZoneState State {get; set;}
@property (nonatomic, assign) LTOmrZoneState state
public OmrZoneState getState()
public void setState(OmrZoneState value)
<br/>get_State();<br/>set_State(value);<br/>Object.defineProperty('State');
public:
property OmrZoneState State {
OmrZoneState get();
void set ( OmrZoneState value);
}
Property Value
OmrZoneState enumeration value that represents whether the zone is filled or unfilled.