Share via


SignatureCaptureBasic.DeviceEnabled Property

Namespace: Microsoft.PointOfService.BasicServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)

Usage

'Usage
Dim signatureCaptureBasic1 As SignatureCaptureBasic

Dim returnValue As Boolean
returnValue = signatureCaptureBasic1.DeviceEnabled

Dim sampleValue As Boolean
signatureCaptureBasic1.DeviceEnabled = sampleValue

Syntax

'Declaration
Public Overrides Property DeviceEnabled() As Boolean
public override bool DeviceEnabled {get; set;}
public: property virtual Boolean DeviceEnabled{
    Boolean get();
    Void set(Boolean);
}
public boolean get_DeviceEnabled();
public void set_DeviceEnabled(boolean);
public override function get DeviceEnabled() : Boolean;
public override function set DeviceEnabled(Boolean);

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

SignatureCaptureBasic Class
SignatureCaptureBasic Members
Microsoft.PointOfService.BasicServiceObjects Namespace