Selerix Developer Tools
VoicePrintSignatureAllowed Field






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

Reference

Product Class
Product Members