Selerix Developer Tools
PINSignatureAllowed Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : PINSignatureAllowed Field
Indicates if PIN signature allowed. Default value is true.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public PINSignatureAllowed As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
value = instance.PINSignatureAllowed
 
instance.PINSignatureAllowed = value
[XmlAttribute()]
[DefaultValue()]
public bool PINSignatureAllowed
public field PINSignatureAllowed: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var PINSignatureAllowed : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool PINSignatureAllowed
[XmlAttribute()]
[DefaultValue()]
public:
bool PINSignatureAllowed
See Also

Reference

Product Class
Product Members