PosPower.CapStandbyPos Property
2/27/2008
Gets a Boolean value that indicates whether the device can request that the POS system enter a Standby state.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property CapStandbyPos As Boolean
public virtual bool CapStandbyPos { get; }
public:
virtual property bool CapStandbyPos {
bool get ();
}
/** @property */
public boolean get_CapStandbyPos ()
public function get CapStandbyPos () : boolean
Remarks
If set to true, the device can request that the POS system enter a Standby state.
CapStandbyPos is set by the service object, based on the capabilities of the device.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PosPower Class
PosPower Members
Microsoft.PointOfService Namespace