PinPad.AvailablePromptsList Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Holds a comma-separated string of supported values for the Prompt property.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property AvailablePromptsList As PinPadMessage()
public abstract PinPadMessage[] AvailablePromptsList { get; }
public:
virtual property array<PinPadMessage>^ AvailablePromptsList {
array<PinPadMessage>^ get () abstract;
}
/** @property */
public abstract PinPadMessage[] get_AvailablePromptsList ()
public abstract function get AvailablePromptsList () : PinPadMessage[]
Remarks
Possible values are defined by the PinPadMessage enumeration.
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
PinPad Class
PinPad Members
Microsoft.PointOfService Namespace
Prompt
PinPadMessage