AutoEjectTimeout Property
AutoEjectTimeout
The CCID auto-eject timeout (in seconds). This field is only meaningful if the TouchEject flag in DeviceFlags is set. null to leave unchanged.
C#
public int? AutoEjectTimeout { get; set; }
Property Value
Type | Description |
---|---|
int? |
Remarks
When setting, the value must be in the range ushort.MinValue through ushort.MaxValue. Otherwise an System.ArgumentOutOfRangeException will be thrown.