Share via


SignatureCaptureBasic.PowerNotify Property

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

Usage

'Usage
Dim signatureCaptureBasic1 As SignatureCaptureBasic

Dim returnValue As PowerNotification
returnValue = signatureCaptureBasic1.PowerNotify

Dim sampleValue As PowerNotification
signatureCaptureBasic1.PowerNotify = sampleValue

Syntax

'Declaration
Public Overrides Property PowerNotify() As PowerNotification
public override PowerNotification PowerNotify {get; set;}
public: property virtual PowerNotification^ PowerNotify{
    PowerNotification^ get();
    Void set(PowerNotification^);
}
public PowerNotification get_PowerNotify();
public void set_PowerNotify(PowerNotification);
public override function get PowerNotify() : PowerNotification;
public override function set PowerNotify(PowerNotification);

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