AutoEject Property
Summary
Gets or sets the auto eject state.
Syntax
public bool AutoEject { get; set; }
Public Property AutoEject As Boolean
public:
property bool AutoEject {
bool get();
void set ( bool );
}
Property Value
A boolean value containing the state for auto eject.
True |
Eject media when finished. |
False |
Don't automatically eject. |