Gets or sets the auto eject state.
public bool AutoEject {get; set;}
'Declaration
Public Property AutoEject As Boolean
'Usage
Dim instance As MediaWriterDrive
Dim value As Boolean
instance.AutoEject = value
value = instance.AutoEject
public bool AutoEject {get; set;}
get_AutoEject();
set_AutoEject(value);
public:
property bool AutoEject {
bool get();
void set ( bool value);
}
Property Value
A boolean value containing the state for auto eject.
True |
Eject media when finished. |
False |
Don't automatically eject. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2