FaxDeviceProvider.Debug property
The Debug property is a Boolean value that indicates whether the fax service provider (FSP) DLL was created in a debug environment.
This property is read-only.
Syntax
Property Debug As Boolean
Property value
A Boolean that receives a value indicating whether the FSP DLL was created in a debug environment.
Remarks
If this property is equal to True, the FSP DLL was created in a debug environment. If this property is equal to False, the DLL was not created in a debug environment.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
DLL |
|
See also